mirror of https://github.com/ansible/ansible.git
Fix nested include with templating (#85295)
parent
45dd2c0647
commit
714f796384
@ -0,0 +1,3 @@
|
||||
shippable/posix/group4
|
||||
context/controller
|
||||
gather_facts/no
|
||||
@ -0,0 +1,3 @@
|
||||
- include_tasks: "{{ item }}"
|
||||
with_items:
|
||||
- "{{ role_path }}/tests/one.yml"
|
||||
@ -0,0 +1 @@
|
||||
- include_tasks: two.yml
|
||||
@ -0,0 +1 @@
|
||||
- debug:
|
||||
Loading…
Reference in New Issue