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 86e8674 commit b2477c6Copy full SHA for b2477c6
tasks/setup.yml
@@ -78,10 +78,9 @@
78
become: true
79
lineinfile:
80
path: /etc/lightdm/lightdm.conf
81
- line: display-setup-script=
+ state: absent
82
insertbefore: 'session-setup-script='
83
- state: present
84
- regexp: '^#?display-setup-script='
+ regexp: '^display-setup-script='
85
86
- name: Copy greeter-setup hook script
87
tags: [codam.webgreeter, codam.webgreeter.setup, hooks.d]
0 commit comments