1 messages · Page 1 of 1 (latest)
A loop in a loop i don't know. I've never made a playbook that complex. Ansible does have a very detailed page on different types of loop that might be helpful here. https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_loops.html
i do loop in a loop like this - name: Iterate for systems for getting Details
include_tasks: 001prepareCsv.yml
with_sequence: start=0 end="{{ Count }}"