added mesa vdpau installation

This commit is contained in:
aminnairi
2023-04-14 23:39:26 +02:00
parent a437b59952
commit 37c002477c
+4
View File
@@ -28,6 +28,10 @@
pacman:
name: radeontop
state: present
- name: Install Mesa Vdpau (accelerated video decoding driver)
become: true
pacman:
name: mesa-vdpau
state: present
- name: Install rsync (file synchronizer)
become: true