Fix loop/with typo in loops doc (#35652)

pull/35411/head
jctanner 7 years ago committed by John R Barker
parent dc4a41a4af
commit 4ec16867fd

@ -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. 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 }}" - shell: "echo {{ item }}"
loop: loop:

Loading…
Cancel
Save