mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #37183 from gtmanfred/2016.3
load tags should reference the actual load tags
This commit is contained in:
commit
815dfd1c04
1 changed files with 1 additions and 1 deletions
|
@ -281,7 +281,7 @@ class SerializerExtension(Extension, object):
|
|||
|
||||
**Load tags**
|
||||
|
||||
Salt implements ``import_yaml`` and ``import_json`` tags. They work like
|
||||
Salt implements ``load_yaml`` and ``load_json`` tags. They work like
|
||||
the `import tag`_, except that the document is also deserialized.
|
||||
|
||||
Syntaxes are ``{% load_yaml as [VARIABLE] %}[YOUR DATA]{% endload %}``
|
||||
|
|
Loading…
Add table
Reference in a new issue