Fix yaml indentation for from_yaml_all filter example (#51998)

pull/4420/head
Andrii Radyk 2019-02-10 16:51:15 +01:00 committed by Abhijeet Kasurde
parent 153e996760
commit 07cff73719
1 changed files with 3 additions and 3 deletions

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: