diff --git a/docs/docsite/rst/playbooks_loops.rst b/docs/docsite/rst/playbooks_loops.rst index abcac3547a..5fdc3d5d45 100644 --- a/docs/docsite/rst/playbooks_loops.rst +++ b/docs/docsite/rst/playbooks_loops.rst @@ -520,7 +520,7 @@ Subsequent loops over the registered variable to inspect the results may look li when: item.rc != 0 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 }}" with_items: