mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 09:43:15 +00:00
* use list instead of tuple and remove md5 on ValueError Signed-off-by: michael.sgarbossa <msgarbossa@cvs.com> * convert algorithms to list and add comment Signed-off-by: michael.sgarbossa <msgarbossa@cvs.com> * only convert to list if algorithms is not None Signed-off-by: michael.sgarbossa <msgarbossa@cvs.com> * new fragment for PR 51357 Signed-off-by: michael.sgarbossa <msgarbossa@cvs.com> * fix lint: remove blank line
4 lines
162 B
YAML
4 lines
162 B
YAML
---
|
|
bugfixes:
|
|
- ansible.module_utils.basic - fix handling of md5 in algorithms tuple for FIPS compatibility (https://github.com/ansible/ansible/issues/51355)
|