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:
parent
cb6f0f4284
commit
9bb8e8e36d
2 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue