Fix yaml indentation for from_yaml_all filter example (#51998)
parent
153e996760
commit
07cff73719
|
@ -69,9 +69,9 @@ for example::
|
||||||
tasks:
|
tasks:
|
||||||
- shell: cat /some/path/to/multidoc-file.yaml
|
- shell: cat /some/path/to/multidoc-file.yaml
|
||||||
register: result
|
register: result
|
||||||
- debug:
|
- debug:
|
||||||
msg: '{{ item }}'
|
msg: '{{ item }}'
|
||||||
loop: '{{ result.stdout | from_yaml_all | list }}'
|
loop: '{{ result.stdout | from_yaml_all | list }}'
|
||||||
|
|
||||||
|
|
||||||
.. _forcing_variables_to_be_defined:
|
.. _forcing_variables_to_be_defined:
|
||||||
|
|
Loading…
Reference in New Issue