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
|
||||
|
||||
.. 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
|
||||
commands later in the playbook against those same resources.
|
||||
|
||||
|
|
Loading…
Reference in a new issue