From 2a604f6fe6555e6635c060a1934f5b4c92c35204 Mon Sep 17 00:00:00 2001 From: Pilou Date: Thu, 5 Apr 2018 20:06:14 +0200 Subject: [PATCH] doc: index_var: fix version added (#37982) e9b0a4ccb42854329b33b06624379c6122b67bd7 is present since v2.5.0b1 --- docs/docsite/rst/user_guide/playbooks_loops.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/user_guide/playbooks_loops.rst b/docs/docsite/rst/user_guide/playbooks_loops.rst index 01b80c2f011..9d21733ff71 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.::