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/70475-modify-module.yaml

6 lines
237 B
YAML

minor_changes:
- AnsiballZ - Improve performance of ``ModuleDepFinder`` by using faster
lookups and reducing the object types that are walked while looking for
``import`` statements.
(https://github.com/ansible/ansible/pull/70475)