mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02: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:
parent
22d657d3c7
commit
6ea4e9f17f
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue