summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/include_import/tasks/test_include_dupe_loop.yml
blob: b7b9301de7a98eb4cc361df98d8f7b5438a24876 (plain)
1
2
3
4
5
6
7
8
- name: Test Include Duplicate Loop Items
  hosts: testhost
  tasks:
    - include_tasks: debug_item.yml
      loop:
        - foo
        - foo
        - foo