added vulkan radeon installation

This commit is contained in:
aminnairi
2023-04-14 23:38:30 +02:00
parent d02a9b2b88
commit 5e24fc6739
+5
View File
@@ -13,6 +13,11 @@
pacman: pacman:
name: xf86-video-amdgpu name: xf86-video-amdgpu
state: present state: present
- name: Install Vulkan Radeon (Vulkan for AMDGPU)
become: true
pacman:
name: vulkan-radeon
state: present
state: present state: present
- name: Install rsync (file synchronizer) - name: Install rsync (file synchronizer)
become: true become: true