mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fixed a typo in playbooks_async.rst (#53200)
This commit is contained in:
parent
fcec3d0600
commit
a015953316
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ run the task asynchronously by specifying a poll value of 0::
|
||||||
poll: 0
|
poll: 0
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
You shouldn't attempt run a task asynchronously by specifying a poll value of 0:: to with operations that require
|
You shouldn't attempt run a task asynchronously by specifying a poll value of 0 with operations that require
|
||||||
exclusive locks (such as yum transactions) if you expect to run other
|
exclusive locks (such as yum transactions) if you expect to run other
|
||||||
commands later in the playbook against those same resources.
|
commands later in the playbook against those same resources.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue