diff --git a/Changelog.md b/Changelog.md index 314395c..75da505 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,8 @@ # Amazon 2023 CIS - 26th June 2023 -## Initial release +## 0.91 + +- issue #2 thanks to @babinskiy +- moved to self hosted action after forking from arillso + +## Initial release 0.9 diff --git a/tasks/prelim.yml b/tasks/prelim.yml index 2878718..504bf4b 100644 --- a/tasks/prelim.yml +++ b/tasks/prelim.yml @@ -120,6 +120,8 @@ ansible.builtin.set_fact: grub2_path: /etc/grub2-efi.cfg when: amzn2023cis_efi_boot.stat.exists + when: + - amzn2023cis_rule_1_4_1 tags: - always @@ -262,3 +264,8 @@ manager: auto tags: - always + +- name: "PRELIM | Set audit to not run if amazon 2023" + ansible.builtin.set_fact: + run_audit: false + when: ansible_distribution_major_version == '2023'