Feat: gdm settings
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user