moved tasks related to amd in its own role

This commit is contained in:
aminnairi
2023-12-31 19:46:05 +01:00
parent 9c4d89ade9
commit 02cee56f9d
2 changed files with 9 additions and 28 deletions
+5
View File
@@ -1,4 +1,9 @@
---
- name: Install Xorg AMDGPU (AMD graphics driver for Xorg)
become: true
pacman:
name: xf86-video-amdgpu
state: present
- name: Install Vulkan Radeon (Vulkan for AMDGPU)
become: true
pacman: