summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/include_import/playbook/validate34.yml
blob: fd53a30539e82aec3d1ee52ee6aeadd7c940167e (plain)
1
2
3
4
5
6
7
8
9
10
11
- hosts: testhost2

  tasks:
    - name: Assert that playbook3.yml and playbook4.yml were imported
      assert:
        that:
          - canary_var3 == 'playbook3 imported'
          - canary_var4 == 'playbook4 imported'
      tags:
        - validate
        - validate34