mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-07 08:54:01 -07:00
doc style adjustments: modules p* (#10463)
* doc style adjustments: modules p* * Update plugins/modules/pacemaker_resource.py * Update plugins/modules/pagerduty_alert.py * Update plugins/modules/pear.py * Update plugins/modules/portage.py * reformat * adjustment from review * Update plugins/modules/pkg5_publisher.py Co-authored-by: Peter Oliver <github.com@mavit.org.uk> --------- Co-authored-by: Peter Oliver <github.com@mavit.org.uk>
This commit is contained in:
parent
b458ee85ce
commit
d288555fd9
30 changed files with 161 additions and 155 deletions
|
@ -35,9 +35,9 @@ options:
|
|||
type: bool
|
||||
default: false
|
||||
description:
|
||||
- If O(force) is V(true) and O(state) is V(absent), the module will delete the organization, no matter if it contains
|
||||
users or not. By default O(force) is V(false), which will cause the module to fail the deletion of the organization
|
||||
when it contains users.
|
||||
- If O(force) is V(true) and O(state) is V(absent), the module deletes the organization, no matter if it contains users
|
||||
or not. By default O(force) is V(false), which causes the module to fail the deletion of the organization when it
|
||||
contains users.
|
||||
state:
|
||||
type: str
|
||||
default: 'present'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue