From b9eb7738487003d65c915eebcff7439a1337aad1 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 10 Mar 2025 10:36:19 -0700 Subject: [PATCH] ipsilon: change crypto policy back to default Since https://pagure.io/fedora-infrastructure/issue/12321 is fixed on the bugzilla side, we should be able to move back to using DEFAULT. Signed-off-by: Kevin Fenzi --- roles/base/tasks/crypto-policies.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: