1
0
Fork 0
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:
Maxim Zaitsev 2019-03-04 13:16:09 +00:00 committed by Alicia Cozine
parent fcec3d0600
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.