From dd8079776db594b39e8d500678487ec8f003ac82 Mon Sep 17 00:00:00 2001 From: Eric Anderson Date: Tue, 4 Oct 2016 16:48:00 -0700 Subject: [PATCH] url for comparisons for more supported examples --- docsite/rst/playbooks_conditionals.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/playbooks_conditionals.rst b/docsite/rst/playbooks_conditionals.rst index b4bcb0c8b80..45d48de4d81 100644 --- a/docsite/rst/playbooks_conditionals.rst +++ b/docsite/rst/playbooks_conditionals.rst @@ -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.