1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-07-08 11:39:02 +00:00

Don't use template syntax in non-templates, it's not the default anymore

This commit is contained in:
Michael DeHaan 2012-05-08 00:09:04 -04:00
parent cb6f0f4284
commit 9bb8e8e36d
2 changed files with 4 additions and 4 deletions

View file

@ -34,7 +34,7 @@
# we could also have done something like:
# - include: wordpress.yml user=timmy
# and had access to the template variable {{ user }} in the
# and had access to the template variable $user in the
# included file, if we wanted to. Variables from vars
# and vars_files are also available inside include files