From a015953316654ce4a1c3a56eb82e57fa38b1cb64 Mon Sep 17 00:00:00 2001 From: Maxim Zaitsev <7aitsev@gmail.com> Date: Mon, 4 Mar 2019 13:16:09 +0000 Subject: [PATCH] Fixed a typo in playbooks_async.rst (#53200) --- docs/docsite/rst/user_guide/playbooks_async.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/user_guide/playbooks_async.rst b/docs/docsite/rst/user_guide/playbooks_async.rst index 0210801c2c3..b17cfb5d723 100644 --- a/docs/docsite/rst/user_guide/playbooks_async.rst +++ b/docs/docsite/rst/user_guide/playbooks_async.rst @@ -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.