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/changelogs/fragments/optional_module_utils.yml

5 lines
287 B
YAML

minor_changes:
- module payload builder - module_utils imports in any nested block (eg, ``try``, ``if``) are treated as optional during
module payload builds; this allows modules to implement runtime fallback behavior for module_utils that do not exist
in older versions of Ansible.