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
Matt Davis d81ae27a4a
Collection role relative deps (#61517)
* default collection support

* playbooks run from inside a registered collection will set that collection as the first item in the search order (as will all non-collection roles)
* this allows easy migration of runme.sh style playbook/role integration tests to collections without the playbooks/roles needing to know the name of their enclosing collection

* disable default collection test under Windows

* enable collection search for role dependencies

* unqualified role deps in collection-hosted roles will first search the containing collection
* if the calling role has specified a collections search list in metadata, it will be appended to the search order for unqualified role deps

* disable cycle detection unit test

* failing on 3.7+, needs proper cycle detection
* see #61527
5 years ago
..
collection_root_sys/ansible_collections/testns Add missing boilerplate to collections test. (#60507) 5 years ago
collection_root_user/ansible_collections/testns/testcoll Collection role relative deps (#61517) 5 years ago
collections/ansible_collections/testns/content_adj/plugins Add missing boilerplate to collections test. (#60507) 5 years ago
library Add missing boilerplate to collections test. (#60507) 5 years ago
roles/testrole/tasks Collection role relative deps (#61517) 5 years ago
a.statichost.yml Collection content loading (#52194) 5 years ago
aliases module_utils fixes in collections (#55118) 5 years ago
includeme.yml module_utils fixes in collections (#55118) 5 years ago
posix.yml Collection role relative deps (#61517) 5 years ago
runme.sh default collection support (#61415) 5 years ago
windows.yml Change collection PS util import pattern (#61307) 5 years ago