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

  tasks:
    - name: Assert that only tasks with tags were run
      assert:
        that:
          - canary_var1 == 'playbook1 imported'
          - canary_var2 == 'playbook2 imported'
          - canary_var3 is not defined
      tags:
        - validate