mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-04 15:34: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
|
@ -75,11 +75,11 @@ options:
|
|||
state:
|
||||
description:
|
||||
- Desired state of the IP subnet on the specified device.
|
||||
- With O(state=present), you must specify either O(hostname) or O(device_id). Subnet with given CIDR will then be assigned
|
||||
- With O(state=present), you must specify either O(hostname) or O(device_id). Subnet with given CIDR is then assigned
|
||||
to the specified device.
|
||||
- With O(state=absent), you can specify either O(hostname) or O(device_id). The subnet will be removed from specified
|
||||
- With O(state=absent), you can specify either O(hostname) or O(device_id). The subnet is then removed from specified
|
||||
devices.
|
||||
- If you leave both O(hostname) and O(device_id) empty, the subnet will be removed from any device it is assigned to.
|
||||
- If you leave both O(hostname) and O(device_id) empty, the subnet is then removed from any device it is assigned to.
|
||||
choices: ['present', 'absent']
|
||||
default: 'present'
|
||||
type: str
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue