dconf
Collection: community.general
Full Name: parallax.community.general.dconf
Aliases: community.general.dconf, dconf
Synopsis
Manage dconf
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| key | string | yes | The dconf key to manage (e.g. /org/gnome/desktop/interface/gtk-theme) | |
| value | string | The value to set for the key | ||
| state | string | present | Whether the key should be present or absent |
Example
- name: Example dconf task
dconf:
key: <your_key>