basic.py: catch ValueError when trying to import hash algorithms (#44551)

* basic.py: catch more Exceptions when trying to import md5 hash algorithms
This commit is contained in:
Jordan Borean
2018-08-23 16:34:50 +10:00
committed by Toshio Kuratomi
parent c8ee383783
commit e07352b9de
2 changed files with 10 additions and 2 deletions

View File

@@ -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