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

  tasks:
    - name: Assert that variable was set in playbook1.yml
      assert:
        that:
          - canary_var1 == 'playbook1 imported'
      tags:
        - validate
        - validate1