Fix yaml indentation for from_yaml_all filter example (#51998)

This commit is contained in:
Andrii Radyk 2019-02-10 16:51:15 +01:00 committed by Abhijeet Kasurde
parent 153e996760
commit 07cff73719

View file

@ -69,9 +69,9 @@ for example::
tasks:
- shell: cat /some/path/to/multidoc-file.yaml
register: result
- debug:
msg: '{{ item }}'
loop: '{{ result.stdout | from_yaml_all | list }}'
- debug:
msg: '{{ item }}'
loop: '{{ result.stdout | from_yaml_all | list }}'
.. _forcing_variables_to_be_defined: