mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fixed grammar
This commit is contained in:
parent
2804e64ed5
commit
506ea7625c
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ to the tasks.
|
||||||
become_user: root
|
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"
|
and evaluating it in the task's context. Also they inherit the privilege escalation directives enabling "become to root"
|
||||||
for all the enclosed tasks.
|
for all the enclosed tasks.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue