Add missing space between var and delimeter
This commit is contained in:
parent
cbea442ec2
commit
856681a28d
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ And that will provide the most basic form of variable substitution.
|
|||
|
||||
This is also valid directly in playbooks, and you'll occasionally want to do things like::
|
||||
|
||||
template: src=foo.cfg.j2 dest={{ remote_install_path}}/foo.cfg
|
||||
template: src=foo.cfg.j2 dest={{ remote_install_path }}/foo.cfg
|
||||
|
||||
In the above example, we used a variable to help decide where to place a file.
|
||||
|
||||
|
|
Loading…
Reference in a new issue