Skip to content

Commit 8564c97

Browse files
author
DOMjudge @ NWERC 2021
committed
Fix regexp for gdm autologin user to not overlap with auto login enabled flag.
1 parent 4350877 commit 8564c97

File tree

1 file changed

+1
-1
lines changed
  • icpc-wf/ansible/roles/domjudge_user/tasks

1 file changed

+1
-1
lines changed

icpc-wf/ansible/roles/domjudge_user/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
- name: Automatically login domjudge user
4848
lineinfile:
4949
path: /etc/gdm3/custom.conf
50-
regexp: 'AutomaticLogin'
50+
regexp: 'AutomaticLogin='
5151
line: 'AutomaticLogin=domjudge'
5252
notify: restart gdm
5353

0 commit comments

Comments
 (0)