mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Fix loop/with typo in loops doc (#35652)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user