From 31ce9c9ed367b3182e4e01c5d34e784d599f8383 Mon Sep 17 00:00:00 2001 From: Mark Bolwell Date: Tue, 9 Jul 2024 13:48:41 +0100 Subject: [PATCH] updated title typos #13 Signed-off-by: Mark Bolwell --- tasks/Cat1/RHEL-09-2xxxxx.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tasks/Cat1/RHEL-09-2xxxxx.yml b/tasks/Cat1/RHEL-09-2xxxxx.yml index 569b3ad..e5f37a4 100644 --- a/tasks/Cat1/RHEL-09-2xxxxx.yml +++ b/tasks/Cat1/RHEL-09-2xxxxx.yml @@ -197,7 +197,7 @@ name: tftp state: absent -- name: HIGH | RHEL-08-231190 | AUDIT | All RHEL 9 local disk partitions must implement cryptographic mechanisms to prevent unauthorized disclosure or modification +- name: HIGH | RHEL-09-231190 | AUDIT | All RHEL 9 local disk partitions must implement cryptographic mechanisms to prevent unauthorized disclosure or modification of all information that requires at rest protection. when: - rhel_09_231190 @@ -218,14 +218,14 @@ vars: warn_control_id: "HIGH | RHEL-09-231190" block: - - name: HIGH | RHEL-08-231190 | AUDIT | All RHEL 9 local disk partitions must implement cryptographic mechanisms to prevent unauthorized disclosure or modification + - name: HIGH | RHEL-09-231190 | AUDIT | All RHEL 9 local disk partitions must implement cryptographic mechanisms to prevent unauthorized disclosure or modification of all information that requires at rest protection. | Get partition layout ansible.builtin.shell: blkid changed_when: false failed_when: false register: rhel_09_231190_partition_layout - - name: HIGH | RHEL-08-231190 | WARN | All RHEL 9 local disk partitions must implement cryptographic mechanisms to prevent unauthorized disclosure or modification + - name: HIGH | RHEL-09-231190 | WARN | All RHEL 9 local disk partitions must implement cryptographic mechanisms to prevent unauthorized disclosure or modification of all information that requires at rest protection. | Message out warning ansible.builtin.debug: msg: @@ -233,7 +233,7 @@ - If partitions other than pseudo file systems (such as /proc or /sys or tmpfs) this is a finding - "{{ rhel_09_231190_partition_layout.stdout_lines }}" - - name: HIGH | RHEL-08-231190 | WARN | All RHEL 9 local disk partitions must implement cryptographic mechanisms to prevent unauthorized disclosure or modification + - name: HIGH | RHEL-09-231190 | WARN | All RHEL 9 local disk partitions must implement cryptographic mechanisms to prevent unauthorized disclosure or modification of all information that requires at rest protection. | Message out warning ansible.builtin.import_tasks: file: warning_facts.yml