ansible/test
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
2019-08-21 10:45:04 +01:00
..
cache
integration add subdir support to collection loading (#60682) 2019-08-21 10:45:04 +01:00
legacy safe_eval fix (#57188) 2019-06-06 15:36:22 -04:00
lib/ansible_test add subdir support to collection loading (#60682) 2019-08-21 10:45:04 +01:00
results
sanity nginx_status_facts: deprecate/rename to nginx_status_info (#60979) 2019-08-21 09:09:22 +02:00
units add subdir support to collection loading (#60682) 2019-08-21 10:45:04 +01:00
utils Only run package-data sanity once in CI. 2019-08-20 14:09:40 -07:00