You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/loop_control/extended.yml

13 lines
301 B
YAML

- 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