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 bfa004930a
add subdir support to collection loading (#60682)
* add subdir support to collection loading

* collections may now load plugins from subdirs under a plugin type or roles dir, eg `ns.coll.subdir1.subdir2.myrole`->ns.coll's roles/subdir1/subdir2/myrole, `ns.coll.subdir1.mymodule`->ns.coll's plugins/modules/subdir1/mymodule.py
* centralize parsing/validation in AnsibleCollectionRef class
* fix issues loading Jinja2 plugins from multiple sources 
* resolves #59462, #59890,

* sanity test fixes

* string fixes

* add changelog entry
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 add subdir support to collection loading (#60682) 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 content loading (#52194) 6 years ago
a.statichost.yml Collection content loading (#52194) 6 years ago
aliases module_utils fixes in collections (#55118) 6 years ago
includeme.yml module_utils fixes in collections (#55118) 6 years ago
posix.yml add subdir support to collection loading (#60682) 5 years ago
runme.sh add subdir support to collection loading (#60682) 5 years ago
windows.yml module_utils fixes in collections (#55118) 6 years ago