Fixed a typo in playbooks_async.rst (#53200)

pull/53275/head
Maxim Zaitsev 5 years ago committed by Alicia Cozine
parent fcec3d0600
commit a015953316

@ -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…
Cancel
Save