Skip to content

Commit

Permalink
Fixing indentation issue, by adjusting no. of spaces for compliance w…
Browse files Browse the repository at this point in the history
…ith Ansible-Galaxy linting requirements

Signed-off-by: Ionut Pruteanu <[email protected]>
  • Loading branch information
ipruteanu-sie committed Sep 22, 2023
1 parent 852b2b3 commit 30b50f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/section_1/cis_1.8.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 30b50f1

Please sign in to comment.