Skip to content

Commit

Permalink
Fix quoting issue in example (ansible#15589)
Browse files Browse the repository at this point in the history
  • Loading branch information
dagwieers authored and bcoca committed Apr 25, 2016
1 parent 9ba8512 commit 5d69a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docsite/rst/playbooks_advanced_syntax.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Jinja2 contains functionality for escaping, or telling Jinja2 to not template da
Using YAML tags, you can also mark a value as "unsafe" by using the ``!unsafe`` tag such as::

---
my_unsafe_variable: !unsafe 'this variable has {{ characters that shouldn't be treated as a jinja2 template'
my_unsafe_variable: !unsafe 'this variable has {{ characters that should not be treated as a jinja2 template'

In a playbook, this may look like::

Expand Down

0 comments on commit 5d69a09

Please sign in to comment.