summaryrefslogtreecommitdiff
path: root/changelogs/fragments/fix-password-lookup-on-fips.yaml
blob: 69ade9f7395253493ba2c0e853d448617ea7ca69 (plain)
1
2
3
4
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'