Trailing slashes are important
Some checks failed
Lint / Lint (3.10) (push) Failing after 15s
Lint / Lint (3.11) (push) Failing after 18s

This commit is contained in:
Ariejan de Vroom 2024-06-07 09:19:19 +02:00
parent f20947e642
commit 86ca1f67f4
Signed by: ariejan
GPG Key ID: AD739154F713697B

View File

@ -1,12 +1,12 @@
---
- name: Power button behaviour
community.general.dconf:
key: "/org/gnome/settings-daemon/plugins/power/power-button-action"
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"
key: "/org/gnome/settings-daemon/plugins/power/sleep-inactive-ac-type/"
value: "nothing"
state: present