You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/docs/docsite/rst
Karl Goetz c410311f55
Clarify that index_var is 0 indexed (#70548)
A little further down the page is another index, ansible_loop.index, which shares a similar description but is 1 indexed.
Its zero indexed twin has a 0 suffix.

``ansible_loop.index``      The current iteration of the loop. (1 indexed)
``ansible_loop.index0``     The current iteration of the loop. (0 indexed)

To remove ambiguity around the usage of index_var, explicitly mention that this variable is 0 indexed.
6 years ago
..
api remove build errors including guess (#69711) 6 years ago
community Doc: fix examples of changelog entries. (#70551) 6 years ago
dev_guide Update AWS Integration test docmentation (#70454) 6 years ago
galaxy Add support to install collections from git repositories (#69154) 6 years ago
images Adds custom 404 with cowsay image (#57422) 7 years ago
installation_guide Remove RPM packaging infrastructure (#69554) 6 years ago
inventory Add implicit localhost hostvars note (#61956) 6 years ago
network update platform table with links to collections (#70373) 6 years ago
plugins WIP: Docs: User guide overhaul, part 4 (#69266) 6 years ago
porting_guides Replace filename with file in apt_key (#70492) 6 years ago
reference_appendices WIP: Docs: User guide overhaul, part 4 (#69266) 6 years ago
roadmap Updating 2.10 roadmap with adjusted beta release date (#70077) 6 years ago
scenario_guides Minor grammatical fix (#70405) 6 years ago
shared_snippets Add support to install collections from git repositories (#69154) 6 years ago
user_guide Clarify that index_var is 0 indexed (#70548) 6 years ago
404.rst removes link from 404 content, explains options (#57971) 7 years ago
conf.py More boilerplate fixes. (#70224) 6 years ago
index.rst Remove extra Ansible in network automation section header (#67828) 6 years ago