1 2 3 4 5 6 7 8 9 10 11 12 13
- hosts: testhost gather_facts: false tasks: - debug: no_log: true - debug: no_log: false - debug: - debug: loop: '{{ range(3) | list }}'