Correct gaming packages for amd
This commit is contained in:
parent
472470ab44
commit
ac2ca662aa
1 changed files with 5 additions and 2 deletions
|
@ -19,6 +19,8 @@
|
|||
become: true
|
||||
community.general.pacman:
|
||||
name:
|
||||
- mesa
|
||||
- lib32-mesa
|
||||
- wine-staging
|
||||
- wine-mono
|
||||
- winetricks
|
||||
|
@ -71,8 +73,9 @@
|
|||
- lib32-gst-plugins-base-libs
|
||||
- vulkan-icd-loader
|
||||
- lib32-vulkan-icd-loader
|
||||
- vulkan-intel
|
||||
- lib32-vulkan-intel
|
||||
- amdvlk
|
||||
- lib32-amdvlk
|
||||
- xf86-video-amdgpu
|
||||
when: ansible_facts['distribution'] == 'Archlinux'
|
||||
|
||||
- name: Add ~/Games directory
|
||||
|
|
Loading…
Add table
Reference in a new issue