Set gnome power settings
Some checks failed
Lint / Lint (3.10) (push) Failing after 14s
Lint / Lint (3.11) (push) Failing after 19s

This commit is contained in:
Ariejan de Vroom 2024-06-07 09:18:07 +02:00
parent 8eeb3e77a6
commit f20947e642
Signed by: ariejan
GPG Key ID: AD739154F713697B
2 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,12 @@
---
- name: Power button behaviour
community.general.dconf:
key: "/org/gnome/settings-daemon/plugins/power/power-button-action"
value: "interactive"
state: present
- name: Power button behaviour
community.general.dconf:
key: "/org/gnome/settings-daemon/plugins/power/sleep-inactive-ac-type"
value: "nothing"
state: present

View File

@ -18,3 +18,6 @@
name: gdm.service
enabled: yes
become: true
- name: Configure GNOME Settings
ansible.builtin.import_tasks: gsettings.yml