We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93c75ee commit 894e879Copy full SHA for 894e879
icpc-wf/ansible/roles/domjudge_user/tasks/main.yml
@@ -43,13 +43,15 @@
43
line: 'AutomaticLoginEnable=true'
44
create: yes
45
notify: restart gdm
46
+ when: GRAPHICAL
47
48
- name: Automatically login domjudge user
49
lineinfile:
50
path: /etc/gdm3/custom.conf
51
regexp: 'AutomaticLogin='
52
line: 'AutomaticLogin=domjudge'
53
54
55
56
- name: make sure autostart directory exists
57
file: dest=/home/domjudge/.config/autostart state=directory owner=domjudge group=domjudge
0 commit comments