ansible/changelogs/fragments/70475-modify-module.yaml

6 lines
237 B
YAML
Raw Normal View History

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)