diff --git a/tasks/post.yml b/tasks/post.yml index 69783ab..c0f6be8 100644 --- a/tasks/post.yml +++ b/tasks/post.yml @@ -77,7 +77,7 @@ - name: POST | Warning a reboot required but skip option set debug: - msg: "Warning!! changes have been made that require a reboot to be implemented but skip reboot was set - Can affect compliance check results" + msg: "Warning! changes have been made that require a reboot to be implemented but skip reboot was set - Can affect compliance check results" changed_when: true when: - change_requires_reboot diff --git a/tasks/section_1/cis_1.1.2.x.yml b/tasks/section_1/cis_1.1.2.x.yml index bb18993..a50797d 100644 --- a/tasks/section_1/cis_1.1.2.x.yml +++ b/tasks/section_1/cis_1.1.2.x.yml @@ -2,7 +2,7 @@ - name: "1.1.2.1 | PATCH | Ensure /tmp is a separate partition" debug: - msg: "WARNING!! /tmp is not mounted on a separate partition" + msg: "Warning! /tmp is not mounted on a separate partition" when: - rhel9cis_rule_1_1_2_1 - ansible_mounts | selectattr('mount', 'match', '^/tmp$') | list | length == 0 diff --git a/tasks/section_1/cis_1.2.x.yml b/tasks/section_1/cis_1.2.x.yml index 0023f2d..960815f 100644 --- a/tasks/section_1/cis_1.2.x.yml +++ b/tasks/section_1/cis_1.2.x.yml @@ -74,7 +74,7 @@ - name: "1.2.4 | AUDIT | Ensure package manager repositories are configured | Display repo list" debug: msg: - - "Alert! Below are the configured repos. Please review and make sure all align with site policy" + - "Warning! Below are the configured repos. Please review and make sure all align with site policy" - "{{ dnf_configured.stdout_lines }}" when: - rhel9cis_rule_1_2_4 diff --git a/tasks/section_2/cis_2.4.yml b/tasks/section_2/cis_2.4.yml index 5db134e..e17ab76 100644 --- a/tasks/section_2/cis_2.4.yml +++ b/tasks/section_2/cis_2.4.yml @@ -12,7 +12,7 @@ - name: "2.4 | AUDIT | Ensure nonessential services are removed or masked | Display list of services" debug: msg: - - "Alert! Below are the list of services, both active and inactive" + - "Warning! Below are the list of services, both active and inactive" - "Please review to make sure all are essential" - "{{ rhel9cis_2_4_services.stdout_lines }}" when: diff --git a/tasks/section_4/cis_4.2.2.x.yml b/tasks/section_4/cis_4.2.2.x.yml index 8523066..9660670 100644 --- a/tasks/section_4/cis_4.2.2.x.yml +++ b/tasks/section_4/cis_4.2.2.x.yml @@ -83,7 +83,7 @@ - name: "4.2.2.2 | AUDIT | Ensure journald service is enabled | Alert on bad status" debug: msg: - - "ALERT! The status of systemd-journald should be static and it is not. Please investigate" + - "Warning! The status of systemd-journald should be static and it is not. Please investigate" when: "'static' not in rhel9cis_4_2_2_2_status.stdout" when: - rhel9cis_rule_4_2_2_2 @@ -190,7 +190,7 @@ - name: "4.2.2.7 | AUDIT | Ensure journald default file permissions configured | Display file settings" debug: msg: - - "Alert! Below are the current default settings for journald, please confirm they align with your site policies" + - "Warning! Below are the current default settings for journald, please confirm they align with your site policies" # - "{{ rhel9cis_4_2_2_7_override_settings.stdout_lines }}" - "{{ (rhel9cis_4_2_2_7_override_status.matched >= 1) | ternary(rhel9cis_4_2_2_7_override_settings.stdout_lines, rhel9cis_4_2_2_7_notoverride_settings.stdout_lines) }}" when: