mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
[PR #10443/6d675469 backport][stable-11] doc style adjustments: modules [no]* (#10454)
doc style adjustments: modules [no]* (#10443)
* doc style adjustments: modules n*
* doc style adjustments: modules o*
* Apply suggestions from code review
* Apply suggestions from code review
---------
(cherry picked from commit 6d67546902)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
@@ -49,13 +49,13 @@ options:
|
||||
default: true
|
||||
type: bool
|
||||
description:
|
||||
- If true, the module will wait for the IP address to be moved. If false, exit without waiting. The taskId will be returned
|
||||
- If V(true), the module waits for the IP address to be moved. If false, exit without waiting. The C(taskId) is returned
|
||||
in module output.
|
||||
wait_task_completion:
|
||||
required: false
|
||||
default: 0
|
||||
description:
|
||||
- If not 0, the module will wait for this task ID to be completed. Use O(wait_task_completion) if you want to wait for
|
||||
- If not V(0), the module waits for this task ID to be completed. Use O(wait_task_completion) if you want to wait for
|
||||
completion of a previously executed task with O(wait_completion=false). You can execute this module repeatedly on
|
||||
a list of failover IPs using O(wait_completion=false) (see examples).
|
||||
type: int
|
||||
|
||||
Reference in New Issue
Block a user