diff --git a/tasks/section_1/cis_1.2.x.yml b/tasks/section_1/cis_1.2.x.yml index 6d64ebb..62fae23 100644 --- a/tasks/section_1/cis_1.2.x.yml +++ b/tasks/section_1/cis_1.2.x.yml @@ -15,13 +15,6 @@ register: os_gpg_key_check when: os_installed_pub_keys.rc == 0 - - name: "1.2.1 | AUDIT | Ensure GPG keys are configured | expected keys pass" - ansible.builtin.debug: - msg: "Congratulations !! - The installed gpg keys match expected values" - when: - - os_installed_pub_keys.rc == 0 - - os_gpg_key_check.rc == 0 - - 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