From 506ea7625c805344c032dbb26146946467a2d195 Mon Sep 17 00:00:00 2001 From: Julien Le Foll Date: Fri, 21 Oct 2016 14:30:11 +0200 Subject: [PATCH] Fixed grammar --- docsite/rst/playbooks_blocks.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/playbooks_blocks.rst b/docsite/rst/playbooks_blocks.rst index 2e629ee94e..18f8b4d2b4 100644 --- a/docsite/rst/playbooks_blocks.rst +++ b/docsite/rst/playbooks_blocks.rst @@ -27,7 +27,7 @@ to the tasks. become_user: root -In the example above the each of the 3 tasks will be executed after appending the `when` condition from the block +In the example above, each of the 3 tasks will be executed after appending the `when` condition from the block and evaluating it in the task's context. Also they inherit the privilege escalation directives enabling "become to root" for all the enclosed tasks.