Skip to content

Commit

Permalink
Fixing name of gmd3 config file in Control 1.8.3.
Browse files Browse the repository at this point in the history
Signed-off-by: Bernd Grobauer <[email protected]>
  • Loading branch information
bgro committed Sep 29, 2023
1 parent 8713b3f commit 2969f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/section_1/cis_1.8.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

- name: "1.8.3 | PATCH | Ensure disable-user-list is enabled"
ansible.builtin.lineinfile:
path: /etc/gdm3/greeter.dconf-default
path: /etc/gdm3/greeter.dconf-defaults
regexp: '^disable-user-list='
line: 'disable-user-list=true'
insertafter: 'banner-message-text='
Expand Down

0 comments on commit 2969f7f

Please sign in to comment.