mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-14 22:50:31 -07:00
udm_user, homectl: use legacycrypt on Python 3.13+ (#8987)
Use legacycrypt on Python 3.13+.
(cherry picked from commit 29a2df8e6b
)
Co-authored-by: Felix Fontein <felix@fontein.de>
3 lines
443 B
YAML
3 lines
443 B
YAML
bugfixes:
|
|
- "homectl - the module now tries to use ``legacycrypt`` on Python 3.13+ (https://github.com/ansible-collections/community.general/issues/4691, https://github.com/ansible-collections/community.general/pull/8987)."
|
|
- "udm_user - the module now tries to use ``legacycrypt`` on Python 3.13+ (https://github.com/ansible-collections/community.general/issues/4690, https://github.com/ansible-collections/community.general/pull/8987)."
|