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 algorithmspull/44558/head
parent
c8ee383783
commit
e07352b9de
@ -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