ensuring all packages have their latest version installed

This commit is contained in:
aminnairi
2024-01-04 22:49:38 +01:00
parent 9681195901
commit 28b7d3f3a1
19 changed files with 80 additions and 75 deletions
+3 -3
View File
@@ -3,17 +3,17 @@
become: true
pacman:
name: gnome
state: present
state: latest
- name: Install Gnome extra packages
become: true
pacman:
name: gnome-extra
state: present
state: latest
- name: Install Python PSUtil (process and system utilities for Gnome)
become: true
pacman:
name: python-psutil
state: present
state: latest
- name: Enable the GDM service
become: true
service: