3e1f6484d7
* add optional module_utils import support Treat core and collections module_utils imports nested within any Python block statement (eg, `try`, `if`) as optional. This allows Ansible modules to implement runtime fallback behavior for missing module_utils (eg from a newer version of ansible-core), where previously, the module payload builder would always fail when unable to locate a module_util (regardless of any runtime behavior the module may implement). * sanity test fixes ci_complete |
||
---|---|---|
.. | ||
callback | ||
collections/ansible_collections/testns/testcoll/plugins/module_utils | ||
library | ||
module_utils | ||
other_mu_dir | ||
aliases | ||
module_utils_basic_setcwd.yml | ||
module_utils_common_dict_transformation.yml | ||
module_utils_envvar.yml | ||
module_utils_test.yml | ||
module_utils_test_no_log.yml | ||
module_utils_vvvvv.yml | ||
runme.sh |