summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/filter/from_yaml.yml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ansible/plugins/filter/from_yaml.yml')
-rw-r--r--lib/ansible/plugins/filter/from_yaml.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/plugins/filter/from_yaml.yml b/lib/ansible/plugins/filter/from_yaml.yml
index e9b15997..c4e98379 100644
--- a/lib/ansible/plugins/filter/from_yaml.yml
+++ b/lib/ansible/plugins/filter/from_yaml.yml
@@ -14,7 +14,7 @@ DOCUMENTATION:
required: true
EXAMPLES: |
# variable from string variable containing a YAML document
- {{ github_workflow | from_yaml}}
+ {{ github_workflow | from_yaml }}
# variable from string JSON document
{{ '{"a": true, "b": 54, "c": [1,2,3]}' | from_yaml }}