diff --git a/roles/base/tasks/crypto-policies.yml b/roles/base/tasks/crypto-policies.yml index 561dd8ff1b..89d7243fdf 100644 --- a/roles/base/tasks/crypto-policies.yml +++ b/roles/base/tasks/crypto-policies.yml @@ -38,7 +38,7 @@ # see https://pagure.io/fedora-infrastructure/issue/12321 # This is needed to get SAML2 auth working with bugzilla.redhat.com - name: Set crypto-policy on ipsilon servers to FEDORA40 - command: "update-crypto-policies --set FEDORA40" + command: "update-crypto-policies --set DEFAULT" when: "inventory_hostname.startswith('ipsilon') and (currentcryptopolicy.stdout.find('FEDORA40') == -1 or cryptopolicyapplied.rc != 0)" check_mode: no tags: