From a018c15c33e5daf0311c55d553ba0c2846615658 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sun, 13 Oct 2024 09:44:13 -0700 Subject: [PATCH] dns: all nameservers are rhel9 now 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 a077659ef1..342da4cdc2 100644 --- a/roles/base/tasks/crypto-policies.yml +++ b/roles/base/tasks/crypto-policies.yml @@ -28,7 +28,7 @@ - name: Set crypto-policy on RHEL9 dns servers to DEFAULT:SHA1 command: "update-crypto-policies --set DEFAULT:SHA1" - when: inventory_hostname.startswith(('ns01.iad2','ns02.iad2')) + when: inventory_hostname.startswith('ns') check_mode: no tags: - crypto-policies