Update playbooks_conditionals.rst (#54438)
added missed verb for better readability
This commit is contained in:
parent
870abd7366
commit
5ccad0a3c5
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ It's actually pretty simple::
|
|||
- name: "shut down Debian flavored systems"
|
||||
command: /sbin/shutdown -t now
|
||||
when: ansible_facts['os_family'] == "Debian"
|
||||
# note that all variables can be directly in conditionals without double curly braces
|
||||
# note that all variables can be used directly in conditionals without double curly braces
|
||||
|
||||
You can also use parentheses to group conditions::
|
||||
|
||||
|
|
Loading…
Reference in a new issue