mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
minor edit
This commit is contained in:
parent
74558f5743
commit
a013bb5b3d
1 changed files with 2 additions and 2 deletions
|
@ -272,7 +272,7 @@ class SerializerExtension(Extension, object):
|
|||
{%- set json_src = "{'bar': 'for real'}"|load_json %}
|
||||
Dude, {{ yaml_src.foo }} {{ json_src.bar }}!
|
||||
|
||||
will be rendered has::
|
||||
will be rendered as::
|
||||
|
||||
Dude, it works for real!
|
||||
|
||||
|
@ -298,7 +298,7 @@ class SerializerExtension(Extension, object):
|
|||
{% endload %}
|
||||
Dude, {{ yaml_src.foo }} {{ json_src.bar }}!
|
||||
|
||||
will be rendered has::
|
||||
will be rendered as::
|
||||
|
||||
Dude, it works for real!
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue