Update playbooks_conditionals.rst (#54438)

added missed verb for better readability
pull/54447/head
Ilya Reshetnikov 6 years ago committed by Abhijeet Kasurde
parent 870abd7366
commit 5ccad0a3c5

@ -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…
Cancel
Save