From aa19388de63a95f73c3b6fd8e11b262c41ec4bfe Mon Sep 17 00:00:00 2001 From: Mark Bolwell Date: Fri, 20 Jan 2023 12:34:07 +0000 Subject: [PATCH] tidy comments Signed-off-by: Mark Bolwell --- tasks/section_1/cis_1.8.x.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tasks/section_1/cis_1.8.x.yml b/tasks/section_1/cis_1.8.x.yml index 68faa94..2836cee 100644 --- a/tasks/section_1/cis_1.8.x.yml +++ b/tasks/section_1/cis_1.8.x.yml @@ -102,7 +102,7 @@ mode: 0755 state: directory - - name: "1.8.4 | PATCH | Ensure GDM screen locks when the user is idle | screensaver" + - name: "1.8.4 | PATCH | Ensure GDM screen locks when the user is idle | Make conf file" ansible.builtin.template: src: etc/dconf/db/00-screensaver.j2 dest: "/etc/dconf/db/{{ rhel9cis_dconf_db_name }}.d/00-screensaver" @@ -122,7 +122,7 @@ - name: "1.8.5 PATCH | Ensure GDM screen locks cannot be overridden" block: - - name: "1.8.5 | PATCH | Ensure GDM screen locks cannot be overridden | make lock directory" + - name: "1.8.5 | PATCH | Ensure GDM screen locks cannot be overridden | Make lock directory" ansible.builtin.file: path: "/etc/dconf/db/{{ rhel9cis_dconf_db_name }}.d/locks" owner: root @@ -130,7 +130,7 @@ mode: 0755 state: directory - - name: "1.8.5 | PATCH | Ensure GDM screen locks cannot be overridden | make lockfile" + - name: "1.8.5 | PATCH | Ensure GDM screen locks cannot be overridden | Make lock file" ansible.builtin.template: src: etc/dconf/db/00-screensaver_lock.j2 dest: "/etc/dconf/db/{{ rhel9cis_dconf_db_name }}.d/locks/00-screensaver"