mirror of https://github.com/ansible/ansible.git
basic.py: catch ValueError when trying to import hash algorithms (#44551)
* basic.py: catch more Exceptions when trying to import md5 hash algorithms
(cherry picked from commit e07352b9de
)
pull/44522/head
parent
fdc0711c1a
commit
b91f5b5871
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- basic.py - catch ValueError in case a FIPS enabled platform raises this exception - https://github.com/ansible/ansible/issues/44447
|
Loading…
Reference in New Issue