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/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
5 years ago
..
__init__.py add subdir support to collection loading (#60682) 5 years ago
native_helpers.py Clarify StrictUndefined's side-effect in comment (#52508) 6 years ago
safe_eval.py also allow None Type for safe eval (#58269) 5 years ago
template.py template: fix KeyError: 'undefined variable: 0 (#27972) 7 years ago
vars.py Templar: encapsulate _available_variables (#55435) 5 years ago