It is really easy:
Never, ever use these two syntaxes:
$variable_name
> ${variable_name}
>
They are old, deprecated, and not supported!
Only use this one:
> {{ variable_name }}
>
See also
http://www.ansibleworks.com/docs/playbooks_variables.html#using-variables-about-jinja2
You'll notice that only the one true syntax is mentioned :)
Serge
--
You received this message because you are subscribed to the Google Groups
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.