1
0
Fork 0
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:
Micah Abbott 2017-02-28 15:34:39 -05:00 committed by Toshio Kuratomi
parent 22d657d3c7
commit 6ea4e9f17f

View file

@ -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: