From e14052db3360d5e0fcc29dafa614735a27217f00 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 30 Oct 2020 13:14:54 -0700 Subject: [PATCH] ok debug stuff did its job goodbye Signed-off-by: Adam Williamson --- roles/base/tasks/crypto-policies.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/roles/base/tasks/crypto-policies.yml b/roles/base/tasks/crypto-policies.yml index 927b6ac685..7f2bb5f111 100644 --- a/roles/base/tasks/crypto-policies.yml +++ b/roles/base/tasks/crypto-policies.yml @@ -16,13 +16,6 @@ - crypto-policies - base/crypto-policies -- name: debug debug - debug: - msg: "admv is {{ ansible_distribution_major_version }} ccp is {{ currentcryptopolicy.stdout }} cpa is {{ cryptopolicyapplied.rc }} " - tags: - - crypto-policies - - base/crypto-policies - - name: Set crypto-policy on fedora 33 and higher hosts to allow 2fa to work command: "update-crypto-policies --set LEGACY" when: "ansible_distribution_major_version|int >= 33 and (currentcryptopolicy.stdout.find('LEGACY') == -1 or cryptopolicyapplied.rc != 0)"