ansible/lib/ansible/template
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
..
__init__.py add subdir support to collection loading (#60682) 2019-08-21 10:45:04 +01:00
native_helpers.py Clarify StrictUndefined's side-effect in comment (#52508) 2019-02-19 08:47:43 +01:00
safe_eval.py also allow None Type for safe eval (#58269) 2019-06-24 17:05:18 -04:00
template.py
vars.py Templar: encapsulate _available_variables (#55435) 2019-05-20 11:49:54 -04:00