Fix loop/with typo in loops doc (#35652)
This commit is contained in:
parent
dc4a41a4af
commit
4ec16867fd
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue