In the section Ansible Playbooks, Deep Dive/Looping/ you go through all(?) variants of with_* in a great way.
Maybe it would be worth mentioning the loop keyword as it is promoted in the docs as:
the best choice for simple loops
(https://docs.ansible.com/ansible/latest/user_guide/playbooks_loops.html#comparing-loop-and-with)
Please note: this is not a criticism. Just a humble suggestion that hopefully is not annoying!
In the section
Ansible Playbooks, Deep Dive/Looping/you go through all(?) variants ofwith_*in a great way.Maybe it would be worth mentioning the
loopkeyword as it is promoted in the docs as:(https://docs.ansible.com/ansible/latest/user_guide/playbooks_loops.html#comparing-loop-and-with)
Please note: this is not a criticism. Just a humble suggestion that hopefully is not annoying!