mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
docks: add missing colon character
Without the missing colon character, the code block that followed wasn't rendering properly. Signed-off-by: Micah Abbott <miabbott@redhat.com>
This commit is contained in:
committed by
Toshio Kuratomi
parent
22d657d3c7
commit
6ea4e9f17f
@@ -520,7 +520,7 @@ Subsequent loops over the registered variable to inspect the results may look li
|
|||||||
when: item.rc != 0
|
when: item.rc != 0
|
||||||
with_items: "{{ echo.results }}"
|
with_items: "{{ echo.results }}"
|
||||||
|
|
||||||
During iteration, the result of the current item will be placed in the variable:
|
During iteration, the result of the current item will be placed in the variable::
|
||||||
|
|
||||||
- shell: echo "{{ item }}"
|
- shell: echo "{{ item }}"
|
||||||
with_items:
|
with_items:
|
||||||
|
|||||||
Reference in New Issue
Block a user