2020-10-28 16:46:39 +01:00
|
|
|
- import_playbook: testns.testcoll.default_collection_playbook.yml
|
|
|
|
- import_playbook: testns.testcoll.default_collection_playbook
|
2021-04-21 23:27:41 +02:00
|
|
|
|
|
|
|
# test subdirs
|
|
|
|
- import_playbook: "testns.testcoll.play"
|
|
|
|
- import_playbook: "testns.testcoll.type.play"
|
|
|
|
- import_playbook: "testns.testcoll.type.subtype.play"
|
|
|
|
|
|
|
|
- hosts: localhost
|
|
|
|
gather_facts: false
|
|
|
|
tasks:
|
|
|
|
- name: check values from imports
|
|
|
|
assert:
|
|
|
|
that:
|
|
|
|
- play is defined
|
|
|
|
- play_type is defined
|
|
|
|
- play_type_subtype is defined
|