Fixed a typo in playbooks_async.rst (#53200)

This commit is contained in:
Maxim Zaitsev 2019-03-04 13:16:09 +00:00 committed by Alicia Cozine
commit a015953316

View file

@ -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.