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:
Alexei Znamensky 2025-07-27 21:48:50 +12:00 committed by GitHub
commit d288555fd9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
30 changed files with 161 additions and 155 deletions

View file

@ -111,9 +111,9 @@ options:
state:
description:
- Desired state of the device.
- If set to V(present) (the default), the module call will return immediately after the device-creating HTTP request
successfully returns.
- If set to V(active), the module call will block until all the specified devices are in state active due to the Packet
- If set to V(present) (the default), the module call returns immediately after the device-creating HTTP request successfully
returns.
- If set to V(active), the module call blocks until all the specified devices are in state active due to the Packet
API, or until O(wait_timeout).
choices: [present, absent, active, inactive, rebooted]
default: present
@ -127,16 +127,16 @@ options:
wait_for_public_IPv:
description:
- Whether to wait for the instance to be assigned a public IPv4/IPv6 address.
- If set to 4, it will wait until IPv4 is assigned to the instance.
- If set to 6, wait until public IPv6 is assigned to the instance.
- If set to V(4), it waits until IPv4 is assigned to the instance.
- If set to V(6), it waits until public IPv6 is assigned to the instance.
choices: [4, 6]
type: int
wait_timeout:
description:
- How long (seconds) to wait either for automatic IP address assignment, or for the device to reach the V(active) state.
- If O(wait_for_public_IPv) is set and O(state=active), the module will wait for both events consequently, applying
the timeout twice.
- If O(wait_for_public_IPv) is set and O(state=active), the module waits for both events consequently, applying the
timeout twice.
default: 900
type: int