summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorMatt Clay <mclay@redhat.com>2021-04-12 18:57:02 -0700
committerGitHub <noreply@github.com>2021-04-12 20:57:02 -0500
commit225709ca20b7f67ea6208155146b65a48d5e1676 (patch)
tree0fad4969ed479f27a131174b177d6d854defbb6b /changelogs
parentf4ec55b2d8f5c6e56a336e969dc76518e852cc75 (diff)
downloadansible-225709ca20b7f67ea6208155146b65a48d5e1676.tar.gz
[stable-2.9] Switch to hashlib.sha256() for ansible-test (#72411) (#74170)
When FIPs mode is enable on centos-8, we are not able to load md5 functions. Signed-off-by: Paul Belanger <pabelanger@redhat.com> (cherry picked from commit a95213d2f521bc281f2be102a1b7008bc6762a7c) Co-authored-by: Paul Belanger <pabelanger@redhat.com> Co-authored-by: Paul Belanger <pabelanger@redhat.com>
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/72411-fips-mode-ansible-test.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/72411-fips-mode-ansible-test.yml b/changelogs/fragments/72411-fips-mode-ansible-test.yml
new file mode 100644
index 0000000000..67ce9a7151
--- /dev/null
+++ b/changelogs/fragments/72411-fips-mode-ansible-test.yml
@@ -0,0 +1,2 @@
+minor_changes:
+ - Switch to hashlib.sha256() for ansible-test to allow for FIPs mode.