Add gdm3 configuration.
This commit is contained in:
parent
4a6c5ea10d
commit
bc383ec232
1 changed files with 13 additions and 0 deletions
|
@ -36,6 +36,19 @@
|
||||||
mode: 0644
|
mode: 0644
|
||||||
notify: update dconf
|
notify: update dconf
|
||||||
|
|
||||||
|
- name: configure gdm3
|
||||||
|
replace:
|
||||||
|
dest: /etc/gdm3/greeter.dconf-defaults
|
||||||
|
regexp: "{{ item.rex }}"
|
||||||
|
replace: "{{ item.rep }}"
|
||||||
|
loop:
|
||||||
|
- rex: "# disable-user-list=.*"
|
||||||
|
rep: "disable-user-list=true"
|
||||||
|
- rex: "# sleep-inactive-ac-timeout=.*"
|
||||||
|
rep: "sleep-inactive-ac-timeout=600"
|
||||||
|
- rex: "# sleep-inactive-ac-type=.*"
|
||||||
|
rep: "sleep-inactive-ac-type='interactive'\npower-button-action='interactive'"
|
||||||
|
|
||||||
## Bug #698504
|
## Bug #698504
|
||||||
- name: allow print job management
|
- name: allow print job management
|
||||||
replace:
|
replace:
|
||||||
|
|
Loading…
Add table
Reference in a new issue