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

This commit is contained in:
jctanner 2018-02-02 14:33:13 +01:00 committed by John R Barker
parent dc4a41a4af
commit 4ec16867fd

View file

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