fixed a missing dependency for dconf

This commit is contained in:
aminnairi
2024-01-01 13:27:50 +01:00
parent 2ea85695c0
commit 8a49bb7368
+5
View File
@@ -9,6 +9,11 @@
pacman: pacman:
name: gnome-extra name: gnome-extra
state: present state: present
- name: Install Python PSUtil (process and system utilities for Gnome)
become: true
pacman:
name: python-psutil
state: present
- name: Enable the GDM service - name: Enable the GDM service
become: true become: true
service: service: