Commit 36e9cf5d by Michael DeHaan

Mention YAML variable quoting.

parent 36c3c91d
......@@ -95,6 +95,12 @@ You will want to quote any hash values using colons, like so:
And then the colon will be preserved.
Further, Ansible uses "{{ var }}" for variables. If a value after a colon starts
with a "{", YAML will think it a dictionary, so you must quote it, like so::
foo: "{{ variable }}"
.. seealso::
:doc:`playbooks`
......
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