summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPilou <pierre-louis@libregerbil.fr>2018-04-05 20:06:14 +0200
committerscottb <dharmabumstead@users.noreply.github.com>2018-04-05 11:06:14 -0700
commit2a604f6fe6555e6635c060a1934f5b4c92c35204 (patch)
tree8098fe1dde2fdcc5490c1b477dbd9eaf0c674d24
parenta1d3cf488d899890ed1e71d42afdb99ef1630dc5 (diff)
downloadansible-2a604f6fe6555e6635c060a1934f5b4c92c35204.tar.gz
doc: index_var: fix version added (#37982)
e9b0a4ccb42854329b33b06624379c6122b67bd7 is present since v2.5.0b1
-rw-r--r--docs/docsite/rst/user_guide/playbooks_loops.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docsite/rst/user_guide/playbooks_loops.rst b/docs/docsite/rst/user_guide/playbooks_loops.rst
index 01b80c2f01..9d21733ff7 100644
--- a/docs/docsite/rst/user_guide/playbooks_loops.rst
+++ b/docs/docsite/rst/user_guide/playbooks_loops.rst
@@ -285,7 +285,7 @@ Another option to loop control is ``pause``, which allows you to control the tim
loop_control:
pause: 3
-.. versionadded:: 2.7
+.. versionadded:: 2.5
If you need to keep track of where you are in a loop, you can use the ``index_var`` option to loop control to specify a variable name to contain the current loop index.::