Skip to content

Commit

Permalink
Fix loop/with typo in loops doc (ansible#35652)
Browse files Browse the repository at this point in the history
  • Loading branch information
jctanner authored and gundalow committed Feb 2, 2018
1 parent dc4a41a commit 4ec1686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docsite/rst/playbooks_loops.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4ec1686

Please sign in to comment.