summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/include_import/apply/include_apply_65710.yml
blob: 457aab8187088bd79afba5f7b826949814a946f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
- hosts: localhost
  gather_facts: false
  tasks:
    - include_tasks:
        file: include_tasks.yml
        apply:
          tags: always

    - assert:
        that:
          - include_tasks_result is defined