forked from ansible-lockdown/RHEL9-CIS
removed congrats
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
bc90630ca8
commit
ade06951ff
1 changed files with 0 additions and 7 deletions
|
|
@ -15,13 +15,6 @@
|
||||||
register: os_gpg_key_check
|
register: os_gpg_key_check
|
||||||
when: os_installed_pub_keys.rc == 0
|
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"
|
- name: "1.2.1 | AUDIT | Ensure GPG keys are configured | expected keys fail"
|
||||||
ansible.builtin.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 keys installed that are not expected
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue