ansible/test/integration/targets/loop_control/extended.yml

13 lines
301 B
YAML
Raw Normal View History

- name: loop_control/extended/include https://github.com/ansible/ansible/issues/61218
hosts: localhost
gather_facts: false
tasks:
- name: loop on an include
include_tasks: inner.yml
loop:
- first
- second
- third
loop_control:
extended: yes