In an Ansible task with a loop, how is the current list value referenced?
loop
{{ inventory }}
{{ loop }}
{{ item }}
{{ ansible_facts }}