Skip to content

Commit b2477c6

Browse files
committed
fix broken lightdm setup after running codam.webgreeter.revertdisplaysetup tag
1 parent 86e8674 commit b2477c6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tasks/setup.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,9 @@
7878
become: true
7979
lineinfile:
8080
path: /etc/lightdm/lightdm.conf
81-
line: display-setup-script=
81+
state: absent
8282
insertbefore: 'session-setup-script='
83-
state: present
84-
regexp: '^#?display-setup-script='
83+
regexp: '^display-setup-script='
8584

8685
- name: Copy greeter-setup hook script
8786
tags: [codam.webgreeter, codam.webgreeter.setup, hooks.d]

0 commit comments

Comments
 (0)