Commit 63505cd8 by Michael DeHaan

Merge pull request #7437 from mrdeathless/patch-1

Add missing space between var and delimeter
parents cbea442e 856681a2
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment