summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/include_import/tasks/validate_tags.yml
blob: e2f3377bdc8708474006c9dfb38410dbf6e96179 (plain)
1
2
3
4
5
6
7
8
- name: Assert that appropriate tasks were run
  assert:
    that:
      - set_in_tasks1 is undefined
      - set_in_tasks2 is undefined
      - set_in_tasks5
  tags:
    - validate