added xorg amdgpu installation

This commit is contained in:
aminnairi
2023-04-14 23:38:15 +02:00
parent 68e760d1b1
commit d02a9b2b88
+5
View File
@@ -8,6 +8,11 @@
pacman: pacman:
name: mesa name: mesa
state: present state: present
- name: Install Xorg AMDGPU (AMD graphics driver for Xorg)
become: true
pacman:
name: xf86-video-amdgpu
state: present
state: present state: present
- name: Install rsync (file synchronizer) - name: Install rsync (file synchronizer)
become: true become: true