1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

playbooks_async.rst: correct typo

This commit is contained in:
Kenyon Ralph 2018-04-15 17:32:11 -07:00 committed by Brian Coca
parent 40b7a63d1a
commit 3c6a362921

View file

@ -52,7 +52,7 @@ run the task asynchronously by specifying a poll value of 0::
Using a higher value for ``--forks`` will result in kicking off asynchronous Using a higher value for ``--forks`` will result in kicking off asynchronous
tasks even faster. This also increases the efficiency of polling. tasks even faster. This also increases the efficiency of polling.
If you would like to perform a task asynchroniusly and check on it later you can perform a task similar to the If you would like to perform a task asynchronously and check on it later you can perform a task similar to the
following:: following::
--- ---