Fix yaml indentation for from_yaml_all filter example (#51998)
This commit is contained in:
parent
153e996760
commit
07cff73719
1 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue