dconf

Collection: community.general

Full Name: parallax.community.general.dconf

Aliases: community.general.dconf, dconf

Synopsis

Manage dconf

Parameters

NameTypeRequiredDefaultDescription
keystringyesThe dconf key to manage (e.g. /org/gnome/desktop/interface/gtk-theme)
valuestringThe value to set for the key
statestringpresentWhether the key should be present or absent

Example

- name: Example dconf task
  dconf:
    key: <your_key>