1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

url for comparisons for more supported examples

This commit is contained in:
Eric Anderson 2016-10-04 16:48:00 -07:00 committed by Brian Coca
parent b35d4d7a19
commit dd8079776d

View file

@ -7,7 +7,7 @@ Conditionals
Often the result of a play may depend on the value of a variable, fact (something learned about the remote system),
or previous task result. In some cases, the values of variables may depend on other variables.
Further, additional groups can be created to manage hosts based on
whether the hosts match other criteria. There are many options to control execution flow in Ansible.
whether the hosts match other criteria. There are many options to control execution flow in Ansible. More examples of supported conditionals can be located here: http://jinja.pocoo.org/docs/dev/templates/#comparisons
Let's dig into what they are.