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/apply/import_apply.yml

32 lines
509 B
YAML

---
- hosts: testhost
gather_facts: false
tasks:
- import_tasks:
file: import_tasks.yml
apply:
tags:
- foo
tags:
- always
- assert:
that:
- include_tasks_result is defined
tags:
- always
- import_role:
name: import_role
apply:
tags:
- foo
tags:
- always
- assert:
that:
- include_role_result is defined
tags:
- always