mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
9 lines
429 B
YAML
9 lines
429 B
YAML
|
---
|
||
|
minor_changes:
|
||
|
- Drop the use of pkg_resources. Importing pkg_resources was the costliest
|
||
|
part of startup time for Ansible. pkg_resources was used so that platforms
|
||
|
with old versions of PyCrypto and Jinja2 could use parallel installed,
|
||
|
updated versions. Since we no longer support Python-2.6 on the controller
|
||
|
side, we no longer have to support parallel installation to work around
|
||
|
those old stacks.
|