summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/filter/to_nice_yaml.yml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ansible/plugins/filter/to_nice_yaml.yml')
-rw-r--r--lib/ansible/plugins/filter/to_nice_yaml.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/plugins/filter/to_nice_yaml.yml b/lib/ansible/plugins/filter/to_nice_yaml.yml
index 4677a861..faf4c837 100644
--- a/lib/ansible/plugins/filter/to_nice_yaml.yml
+++ b/lib/ansible/plugins/filter/to_nice_yaml.yml
@@ -27,7 +27,7 @@ DOCUMENTATION:
#default_style=None, canonical=None, width=None, line_break=None, encoding=None, explicit_start=None, explicit_end=None, version=None, tags=None
notes:
- More options may be available, see L(PyYAML documentation, https://pyyaml.org/wiki/PyYAMLDocumentation) for details.
- - 'These parameters to C(yaml.dump) will be ignored, as they are overriden internally: I(default_flow_style)'
+ - 'These parameters to C(yaml.dump) will be ignored, as they are overridden internally: I(default_flow_style)'
EXAMPLES: |
# dump variable in a template to create a YAML document