From 340a3c68b1acb5a21d6ef02269bcd172f041987c Mon Sep 17 00:00:00 2001 From: Ian Miell Date: Fri, 15 Aug 2014 19:56:11 +0100 Subject: [PATCH] Tense correction --- docsite/rst/playbooks_roles.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/playbooks_roles.rst b/docsite/rst/playbooks_roles.rst index f12b06d469a..233ba9becf0 100644 --- a/docsite/rst/playbooks_roles.rst +++ b/docsite/rst/playbooks_roles.rst @@ -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 }}