From 30b50f1bdfa4463e6bd2b6fb54d28c3d5ca576ab Mon Sep 17 00:00:00 2001 From: Ionut Pruteanu Date: Fri, 22 Sep 2023 12:30:24 +0300 Subject: [PATCH] Fixing indentation issue, by adjusting no. of spaces for compliance with Ansible-Galaxy linting requirements Signed-off-by: Ionut Pruteanu --- tasks/section_1/cis_1.8.x.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/section_1/cis_1.8.x.yml b/tasks/section_1/cis_1.8.x.yml index b83cd5c9..a6d7fbb6 100644 --- a/tasks/section_1/cis_1.8.x.yml +++ b/tasks/section_1/cis_1.8.x.yml @@ -74,8 +74,8 @@ insertafter: "{{ item.after | default(omit) }}" create: yes loop: - - { regexp: 'user-db:user', line: 'user-db:user' } - - { regexp: 'system-db:{{ ubtu22cis_dconf_db_name }}', line: 'system-db:{{ ubtu22cis_dconf_db_name }}', after: '^user-db.*' } + - { regexp: 'user-db:user', line: 'user-db:user' } + - { regexp: 'system-db:{{ ubtu22cis_dconf_db_name }}', line: 'system-db:{{ ubtu22cis_dconf_db_name }}', after: '^user-db.*' } - name: "1.8.4 | PATCH | Ensure GDM screen locks when the user is idle | make directory" ansible.builtin.file: