1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Tense correction

This commit is contained in:
Ian Miell 2014-08-15 19:56:11 +01:00
parent 600a4657b4
commit 340a3c68b1

View file

@ -70,7 +70,7 @@ If you are running Ansible 1.4 and later, include syntax is streamlined to match
tasks:
- { include: wordpress.yml, user: timmy, ssh_keys: [ 'keys/one.txt', 'keys/two.txt' ] }
Using either syntax, variables passed in can then be used in the included files. We've already covered them a bit in :doc:`playbooks_variables`.
Using either syntax, variables passed in can then be used in the included files. We'll cover them in :doc:`playbooks_variables`.
You can reference them like this::
{{ user }}