Add gdm3 configuration.

This commit is contained in:
Andreas B. Mundt 2022-06-13 10:25:07 +02:00 committed by Andreas B. Mundt
parent 4a6c5ea10d
commit bc383ec232

View file

@ -36,6 +36,19 @@
mode: 0644
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
- name: allow print job management
replace: