mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
doc: index_var: fix version added (#37982)
e9b0a4ccb4
is present since v2.5.0b1
This commit is contained in:
parent
a1d3cf488d
commit
2a604f6fe6
1 changed files with 1 additions and 1 deletions
|
@ -285,7 +285,7 @@ Another option to loop control is ``pause``, which allows you to control the tim
|
||||||
loop_control:
|
loop_control:
|
||||||
pause: 3
|
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.::
|
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.::
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue