ansible/changelogs/fragments/70475-modify-module.yaml
Matt Martz c4fd5bee00
Speedup modify module (#70475)
* speed up modify_module

* Remove debugging

* ci_complete

* Simplify generic_visit, alias to visit, eliminate some attr lookups

* ci_complete

* Add changelog fragment
2020-07-09 10:22:26 -05:00

5 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)