fix: ensure that dconf-cli is installed

This commit is contained in:
Ivan R. 2024-06-22 18:37:28 +05:00
parent 16129c1e90
commit cf92967ce9
Signed by: lumin
GPG key ID: E0937DC7CD6D3817

View file

@ -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"