From 95ed2ff03d520c90d5f40ebf61b71b85e05fdd52 Mon Sep 17 00:00:00 2001 From: Mark Bolwell Date: Thu, 14 Aug 2025 17:09:58 +0100 Subject: [PATCH] changed to import task public PR 377 Signed-off-by: Mark Bolwell --- Changelog.md | 15 +++++++++++++++ tasks/section_1/main.yml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index b6db646..931df92 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,20 @@ # Changes to rhel9CIS +## 2.0.3 - Based on CIS v2.0.0 + +- Thanks to @numericillustration + - Public PR 380 + - systemd_service rolled back to systemd for < ansible 2.14 +- Thanks to @bgro and @Kodebach + - Public PR 371 + - updated to user sudo check 5.2.4 +- Thanks to @polski-g + - Public PR 364 + - gdm section 1.8 improvements +- Thanks to @chrispipo + - Public PR 350 + - change insert before for rsyslog setting + ## 2.0.2 - Based on CIS v2.0.0 - Update to audit_only to allow fetching results diff --git a/tasks/section_1/main.yml b/tasks/section_1/main.yml index 8c1f39b..fff557b 100644 --- a/tasks/section_1/main.yml +++ b/tasks/section_1/main.yml @@ -41,7 +41,7 @@ file: cis_1.2.2.x.yml - name: "SECTION | 1.3.1 | Configure SELinux" - ansible.builtin.include_tasks: + ansible.builtin.import_tasks: file: cis_1.3.1.x.yml - name: "SECTION | 1.4 | Configure Bootloader"