Feat: gdm settings

This commit is contained in:
2022-01-13 06:29:07 +01:00
parent 8701de91e9
commit 18a8718b33
2 changed files with 4 additions and 15 deletions

View File

@@ -12,9 +12,7 @@
key: "{{ item.key }}"
value: "{{ item.value }}"
state: present
with_items:
- key: org.gnome.desktop.peripherals.touchpad tap-to-click
value: true
with_items: "{{ gdm_settings }}"
become: true
become_user: gdm