summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/includes/test_include_free.yml
blob: dedad7348525fd089be8f054f6de6cd532b2e839 (plain)
1
2
3
4
5
6
7
8
9
10
- hosts: testhost
  gather_facts: no
  strategy: free
  roles:
    - test_includes_free
  tasks:
    - assert:
        that:
          - "inner == 'reached'"
          - "inner_fqcn == 'reached'"