mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix quoting issue in example (#15589)
This commit is contained in:
parent
9ba8512ec6
commit
5d69a09fd7
1 changed files with 1 additions and 1 deletions
|
@ -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::
|
||||
|
||||
|
|
Loading…
Reference in a new issue