ansible/changelogs/fragments/fix-password-lookup-on-fips.yaml

6 lines
189 B
YAML
Raw Normal View History

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