summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/filter/from_yaml_all.yml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ansible/plugins/filter/from_yaml_all.yml')
-rw-r--r--lib/ansible/plugins/filter/from_yaml_all.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ansible/plugins/filter/from_yaml_all.yml b/lib/ansible/plugins/filter/from_yaml_all.yml
index b179f1cb..c3dd1f63 100644
--- a/lib/ansible/plugins/filter/from_yaml_all.yml
+++ b/lib/ansible/plugins/filter/from_yaml_all.yml
@@ -8,7 +8,7 @@ DOCUMENTATION:
- If multiple YAML documents are not supplied, this is the equivalend of using C(from_yaml).
notes:
- This filter functions as a wrapper to the Python C(yaml.safe_load_all) function, part of the L(pyyaml Python library, https://pypi.org/project/PyYAML/).
- - Possible conflicts in variable names from the mulitple documents are resolved directly by the pyyaml library.
+ - Possible conflicts in variable names from the multiple documents are resolved directly by the pyyaml library.
options:
_input:
description: A YAML string.
@@ -20,7 +20,7 @@ EXAMPLES: |
{{ multidoc_yaml_string | from_yaml_all }}
# variable from multidocument YAML string
- {{ '---\n{"a": true, "b": 54, "c": [1,2,3]}\n...\n---{"x": 1}\n...\n' | from_yaml_all}}
+ {{ '---\n{"a": true, "b": 54, "c": [1,2,3]}\n...\n---{"x": 1}\n...\n' | from_yaml_all }}
RETURN:
_value: