fix: ensure that dconf-cli is installed
This commit is contained in:
parent
16129c1e90
commit
cf92967ce9
1 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,9 @@
|
|||
- name: Install python3-psutil to interact with dconf
|
||||
- name: Install dconf-cli and python3-psutil to interact with dconf
|
||||
become: true
|
||||
ansible.builtin.apt:
|
||||
name: python3-psutil
|
||||
pkg:
|
||||
- dconf-cli
|
||||
- python3-psutil
|
||||
- name: Set gtk theme
|
||||
community.general.dconf:
|
||||
key: "/org/gnome/desktop/interface/gtk-theme"
|
||||
|
|
Loading…
Reference in a new issue