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

  tasks:
    - name: Assert that playbook2.yml was skipeed
      assert:
        that:
          - canary_var2 is not defined
      tags:
        - validate
        - validate2