summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/include_import/test_copious_include_tasks.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/include_import/test_copious_include_tasks.yml')
-rw-r--r--test/integration/targets/include_import/test_copious_include_tasks.yml44
1 files changed, 44 insertions, 0 deletions
diff --git a/test/integration/targets/include_import/test_copious_include_tasks.yml b/test/integration/targets/include_import/test_copious_include_tasks.yml
new file mode 100644
index 0000000..4564c76
--- /dev/null
+++ b/test/integration/targets/include_import/test_copious_include_tasks.yml
@@ -0,0 +1,44 @@
+- name: Test many include_tasks
+ hosts: testhost
+ gather_facts: no
+
+ tasks:
+ - include_tasks: "{{ playbook_dir }}/tasks/hello/tasks-file-001.yml"
+ - include_tasks: "{{ playbook_dir }}/tasks/hello/tasks-file-002.yml"
+ - include_tasks: "{{ playbook_dir }}/tasks/hello/tasks-file-003.yml"
+ - include_tasks: "{{ playbook_dir }}/tasks/hello/tasks-file-004.yml"
+ - include_tasks: "{{ playbook_dir }}/tasks/hello/tasks-file-005.yml"
+ - include_tasks: "{{ playbook_dir }}/tasks/hello/tasks-file-006.yml"
+ - include_tasks: "{{ playbook_dir }}/tasks/hello/tasks-file-007.yml"
+ - include_tasks: "{{ playbook_dir }}/tasks/hello/tasks-file-008.yml"
+ - include_tasks: "{{ playbook_dir }}/tasks/hello/tasks-file-009.yml"
+ - include_tasks: "{{ playbook_dir }}/tasks/hello/tasks-file-010.yml"
+ - include_tasks: "{{ playbook_dir }}/tasks/hello/tasks-file-011.yml"
+ - include_tasks: "{{ playbook_dir }}/tasks/hello/tasks-file-012.yml"
+ - include_tasks: "{{ playbook_dir }}/tasks/hello/tasks-file-013.yml"
+ - include_tasks: "{{ playbook_dir }}/tasks/hello/tasks-file-014.yml"
+ - include_tasks: "{{ playbook_dir }}/tasks/hello/tasks-file-015.yml"
+ - include_tasks: "{{ playbook_dir }}/tasks/hello/tasks-file-016.yml"
+ - include_tasks: "{{ playbook_dir }}/tasks/hello/tasks-file-017.yml"
+ - include_tasks: "{{ playbook_dir }}/tasks/hello/tasks-file-018.yml"
+ - include_tasks: "{{ playbook_dir }}/tasks/hello/tasks-file-019.yml"
+ - include_tasks: "{{ playbook_dir }}/tasks/hello/tasks-file-020.yml"
+ - include_tasks: "{{ playbook_dir }}/tasks/hello/tasks-file-021.yml"
+ - include_tasks: "{{ playbook_dir }}/tasks/hello/tasks-file-022.yml"
+ - include_tasks: "{{ playbook_dir }}/tasks/hello/tasks-file-023.yml"
+ - include_tasks: "{{ playbook_dir }}/tasks/hello/tasks-file-024.yml"
+ - include_tasks: "{{ playbook_dir }}/tasks/hello/tasks-file-025.yml"
+ - include_tasks: "{{ playbook_dir }}/tasks/hello/tasks-file-026.yml"
+ - include_tasks: "{{ playbook_dir }}/tasks/hello/tasks-file-027.yml"
+ - include_tasks: "{{ playbook_dir }}/tasks/hello/tasks-file-028.yml"
+ - include_tasks: "{{ playbook_dir }}/tasks/hello/tasks-file-029.yml"
+ - include_tasks: "{{ playbook_dir }}/tasks/hello/tasks-file-030.yml"
+ - include_tasks: "{{ playbook_dir }}/tasks/hello/tasks-file-031.yml"
+ - include_tasks: "{{ playbook_dir }}/tasks/hello/tasks-file-032.yml"
+ - include_tasks: "{{ playbook_dir }}/tasks/hello/tasks-file-033.yml"
+ - include_tasks: "{{ playbook_dir }}/tasks/hello/tasks-file-034.yml"
+ - include_tasks: "{{ playbook_dir }}/tasks/hello/tasks-file-035.yml"
+ - include_tasks: "{{ playbook_dir }}/tasks/hello/tasks-file-036.yml"
+ - include_tasks: "{{ playbook_dir }}/tasks/hello/tasks-file-037.yml"
+ - include_tasks: "{{ playbook_dir }}/tasks/hello/tasks-file-038.yml"
+ - include_tasks: "{{ playbook_dir }}/tasks/hello/tasks-file-039.yml"