ansible/changelogs/fragments/fix-password-lookup-on-fips.yaml
2018-10-31 12:50:23 -07:00

5 lines
189 B
YAML

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