removed graphics-related configuration from the base role

This commit is contained in:
aminnairi
2023-12-31 18:50:00 +01:00
parent 1f94fa6dcd
commit ea55573fc0
-25
View File
@@ -99,31 +99,6 @@
pacman:
name: zip
state: present
- name: Install Mesa (graphics driver)
become: true
pacman:
name: mesa
state: present
- name: Install Vulkan Radeon (Vulkan for AMDGPU)
become: true
pacman:
name: vulkan-radeon
state: present
- name: Install Libva Mesa (accelerated video decoding driver)
become: true
pacman:
name: libva-mesa-driver
state: present
- name: Install Radeon Top (graphics monitoring)
become: true
pacman:
name: radeontop
state: present
- name: Install Mesa Vdpau (accelerated video decoding driver)
become: true
pacman:
name: mesa-vdpau
state: present
- name: Install rsync (file synchronizer)
become: true
pacman: