mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-04 07:24:00 -07:00
doc style adjustments: modules i* (#10409)
This commit is contained in:
parent
283d947f17
commit
a36ad54b53
28 changed files with 305 additions and 306 deletions
|
@ -27,8 +27,8 @@ description:
|
|||
notes:
|
||||
- The rollback feature is not a module option and depends on task's attributes. To enable it, the module must be played
|
||||
asynchronously, in other words by setting task attributes C(poll) to V(0), and C(async) to a value less or equal to C(ANSIBLE_TIMEOUT).
|
||||
If C(async) is greater, the rollback will still happen if it shall happen, but you will experience a connection timeout
|
||||
instead of more relevant info returned by the module after its failure.
|
||||
If C(async) is greater, the rollback still happens when needed, but you experience a connection timeout instead of more
|
||||
relevant info returned by the module after its failure.
|
||||
attributes:
|
||||
check_mode:
|
||||
support: full
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue