summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/include_import/tasks/test_include_dupe_loop.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/include_import/tasks/test_include_dupe_loop.yml')
-rw-r--r--test/integration/targets/include_import/tasks/test_include_dupe_loop.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/integration/targets/include_import/tasks/test_include_dupe_loop.yml b/test/integration/targets/include_import/tasks/test_include_dupe_loop.yml
new file mode 100644
index 0000000..b7b9301
--- /dev/null
+++ b/test/integration/targets/include_import/tasks/test_include_dupe_loop.yml
@@ -0,0 +1,8 @@
+- name: Test Include Duplicate Loop Items
+ hosts: testhost
+ tasks:
+ - include_tasks: debug_item.yml
+ loop:
+ - foo
+ - foo
+ - foo