From dadeeab2c76d20dadbd1a5602810687c19dcedf2 Mon Sep 17 00:00:00 2001 From: Mark Bolwell Date: Wed, 9 Aug 2023 11:47:54 +0100 Subject: [PATCH] updated comment on rule 1.2.1 Signed-off-by: Mark Bolwell --- tasks/section_1/cis_1.2.x.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/section_1/cis_1.2.x.yml b/tasks/section_1/cis_1.2.x.yml index 2501732..9d732bb 100644 --- a/tasks/section_1/cis_1.2.x.yml +++ b/tasks/section_1/cis_1.2.x.yml @@ -17,7 +17,7 @@ - name: "1.2.1 | AUDIT | Ensure GPG keys are configured | expected keys fail" ansible.builtin.fail: - msg: Installed GPG Keys do not meet expected values or keys installed that are not expected + msg: Installed GPG Keys do not meet expected values or expected keys are not installed when: - os_installed_pub_keys.rc == 1 or os_gpg_key_check.rc == 1