added libva mesa installation

This commit is contained in:
aminnairi
2023-04-14 23:38:46 +02:00
parent 5e24fc6739
commit 980e43ff96
+5
View File
@@ -18,6 +18,11 @@
pacman:
name: vulkan-radeon
state: present
- name: Install Libva Mesa (accelerated video decoding driver)
become: true
pacman:
name: libva-mesa-driver
state: present
state: present
- name: Install rsync (file synchronizer)
become: true