diff --git a/tasks/section_4/cis_4.1.1.yml b/tasks/section_4/cis_4.1.1.yml index e602535..17591ca 100644 --- a/tasks/section_4/cis_4.1.1.yml +++ b/tasks/section_4/cis_4.1.1.yml @@ -40,4 +40,3 @@ - discovered_enabled_firewalls.stdout|int >= 2 ansible.builtin.import_tasks: file: warning_facts.yml - diff --git a/tasks/section_6/cis_6.1.1.x.yml b/tasks/section_6/cis_6.1.1.x.yml index c3365e2..8a56146 100644 --- a/tasks/section_6/cis_6.1.1.x.yml +++ b/tasks/section_6/cis_6.1.1.x.yml @@ -98,4 +98,3 @@ - '^(\s*RuntimeMaxUse\s*=)' - '^(\s*RuntimeKeepFree\s*=.*)' - '^(\s*MaxFileSec\s*=.*)' - diff --git a/templates/etc/systemd/journald.conf.d/storage.conf.j2 b/templates/etc/systemd/journald.conf.d/storage.conf.j2 index 70021d8..653abd4 100644 --- a/templates/etc/systemd/journald.conf.d/storage.conf.j2 +++ b/templates/etc/systemd/journald.conf.d/storage.conf.j2 @@ -9,5 +9,3 @@ Compress=yes # Set persistent storage CIS rule 6_2_1_4 Storage=persistent {% endif %} - -