This role handles configuring the specified dconf settings.
The hosts you are targeting should have the following packages:
- python >= 2.6
- python-dnf
| Variable | Required | Default | Description | 
|---|---|---|---|
| dconf_settings | ✅ | [] | A list of dconf settings to set. Each item in the list should be a dictionary containing a keyandvalue. | 
None
- hosts: servers
  roles:
    - role: jaredhocutt.vscode
      vars:
        dconf_settings:
          - key: /org/gnome/desktop/interface/clock-show-date
            value: "true"
          - key: /org/gnome/desktop/interface/clock-format
            value: "'12h'"
          - key: /org/gnome/desktop/interface/show-battery-percentage
            value: "true"MIT
Jared Hocutt (@jaredhocutt)