From 6ea4e9f17fed64f8ad8d1883401eb9725f2d53bb Mon Sep 17 00:00:00 2001 From: Micah Abbott Date: Tue, 28 Feb 2017 15:34:39 -0500 Subject: [PATCH] docks: add missing colon character Without the missing colon character, the code block that followed wasn't rendering properly. Signed-off-by: Micah Abbott --- docs/docsite/rst/playbooks_loops.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: