From c60897306c44c7bea1949e9b307cdfa931e1805b Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 30 Oct 2020 13:06:42 -0700 Subject: [PATCH] sigh yaml Signed-off-by: Adam Williamson --- 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 5425458fa7..e2037d3258 100644 --- a/roles/base/tasks/crypto-policies.yml +++ b/roles/base/tasks/crypto-policies.yml @@ -17,7 +17,7 @@ - base/crypto-policies - debug: - msg: "admv is {{ ansible_distribution_major_version }} ccp is {{ currentcryptopolicy.stdout }} cpa is {{ cryptopolicyapplied.rc }} " + msg: "admv is {{ ansible_distribution_major_version }} ccp is {{ currentcryptopolicy.stdout }} cpa is {{ cryptopolicyapplied.rc }} " - name: Set crypto-policy on fedora 33 and higher hosts to allow 2fa to work command: "update-crypto-policies --set LEGACY"