mirror of https://github.com/ansible/ansible.git
[stable-2.7] Fix password lookup for FIPS
Fixes #47297
(cherry picked from commit 9906daa
)
Co-authored-by: Toshio Kuratomi <a.badger@gmail.com>
pull/47913/head
parent
1293076d7b
commit
8a240ed54d
@ -0,0 +1,5 @@
|
||||
---
|
||||
bugfixes:
|
||||
- 'Fix the password lookup when run from a FIPS enabled system. FIPS forbids
|
||||
the use of md5 but we can use sha1 instead.
|
||||
https://github.com/ansible/ansible/issues/47297'
|
Loading…
Reference in New Issue