diff options
author | Michael DeHaan <michael@ansibleworks.com> | 2013-05-05 13:46:20 -0400 |
---|---|---|
committer | Michael DeHaan <michael@ansibleworks.com> | 2013-05-05 13:46:20 -0400 |
commit | 8ac6c738039a951494257f76dd371641bb9f4cce (patch) | |
tree | 18e7fe5b40abf168f99ef33054fc5bedbfb0e559 | |
parent | 4d8734f30c0ef701eaf0bb10646d07b945e35626 (diff) | |
download | ansible-8ac6c738039a951494257f76dd371641bb9f4cce.tar.gz |
Simplify description of upgraded_vars example
-rw-r--r-- | examples/playbooks/upgraded_vars.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/examples/playbooks/upgraded_vars.yml b/examples/playbooks/upgraded_vars.yml index c5e82522b2..fdbf579532 100644 --- a/examples/playbooks/upgraded_vars.yml +++ b/examples/playbooks/upgraded_vars.yml @@ -1,7 +1,4 @@ -# in Ansible 1.2 and later, the $foo variable syntax, which is friendly enough for simple things -# has been upgraded to allow Jinja2 substitiutions as well, which is now the preferred Syntax. -# here is an example. Note that Jinja2 conditionals belong only in templates. Use ansible conditionals -# in playbooks. +# this just shows some tricks possible with variables in Ansible 1.2 and later. --- |