From 4ec16867fdf37069136c2234b15f8d3b0ce1b4cc Mon Sep 17 00:00:00 2001 From: jctanner Date: Fri, 2 Feb 2018 14:33:13 +0100 Subject: [PATCH] Fix loop/with typo in loops doc (#35652) --- 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 f17a87b6e7..18a15ba322 100644 --- a/docs/docsite/rst/playbooks_loops.rst +++ b/docs/docsite/rst/playbooks_loops.rst @@ -120,7 +120,7 @@ Using register with a loop After using ``register`` with a loop, the data structure placed in the variable will contain a ``results`` attribute that is a list of all responses from the module. -Here is an example of using ``register`` with ``with_items``:: +Here is an example of using ``register`` with ``loop``:: - shell: "echo {{ item }}" loop: