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/collections/import_collection_pb.yml

18 lines
509 B
YAML

- import_playbook: testns.testcoll.default_collection_playbook.yml
- import_playbook: testns.testcoll.default_collection_playbook
# 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