summaryrefslogtreecommitdiff
path: root/docsite/rst/playbooks_loops.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docsite/rst/playbooks_loops.rst')
-rw-r--r--docsite/rst/playbooks_loops.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docsite/rst/playbooks_loops.rst b/docsite/rst/playbooks_loops.rst
index 41e2d932c9..e71c81cefc 100644
--- a/docsite/rst/playbooks_loops.rst
+++ b/docsite/rst/playbooks_loops.rst
@@ -43,6 +43,8 @@ If you have a list of hashes, you can reference subkeys using things like::
- { name: 'testuser1', groups: 'wheel' }
- { name: 'testuser2', groups: 'root' }
+Also be aware that when combining `when` with `with_items` (or any other loop statement), the `when` statement is processed separately for each item. See :ref:`the_when_statement` for an example.
+
.. _nested_loops:
Nested Loops