diff options
author | Pilou <pierre-louis@libregerbil.fr> | 2018-04-05 20:06:14 +0200 |
---|---|---|
committer | scottb <dharmabumstead@users.noreply.github.com> | 2018-04-05 20:06:14 +0200 |
commit | 2a604f6fe6555e6635c060a1934f5b4c92c35204 (patch) | |
tree | 8098fe1dde2fdcc5490c1b477dbd9eaf0c674d24 /docs | |
parent | [cloud][test]Add missing IAM policy for cloudfront (#38248) (diff) | |
download | ansible-2a604f6fe6555e6635c060a1934f5b4c92c35204.tar.xz ansible-2a604f6fe6555e6635c060a1934f5b4c92c35204.zip |
doc: index_var: fix version added (#37982)
e9b0a4ccb42854329b33b06624379c6122b67bd7 is present since v2.5.0b1
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docsite/rst/user_guide/playbooks_loops.rst | 2 |
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.:: |