You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/include_import/tasks/validate_tags.yml

9 lines
182 B
YAML

- name: Assert that appropriate tasks were run
assert:
that:
- set_in_tasks1 is undefined
- set_in_tasks2 is undefined
- set_in_tasks5
tags:
- validate