Skip to content

schewara/ansible-dconf-settings

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dconf Settings

Sets dconf settings specified by the user.

Requirements

None

Role Variables

Variable Required Default Description
dconf_settings ✔️ [] The list of dconf settings to set. Each item in the list should have a key and value (see example playbook below).

Dependencies

None

Example Playbook

- hosts: localhost
  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"
  roles:
      - jaredhocutt.dconf-settings

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published