ansible/changelogs/fragments/72411-fips-mode-ansible-test.yml
Paul Belanger a95213d2f5
Switch to hashlib.sha256() for ansible-test (#72411)
When FIPs mode is enable on centos-8, we are not able to load md5
functions.

Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2020-12-01 13:14:20 -05:00

2 lines
87 B
YAML

minor_changes:
- Switch to hashlib.sha256() for ansible-test to allow for FIPs mode.