Skip to content

Commit 29c4fdb

Browse files
author
Derek
committed
fix: add mesa-va-drivers for VA-API video acceleration in VMs
1 parent a1ffe08 commit 29c4fdb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ansible/roles/vm_optimizer/tasks/vm_tools.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
name:
3838
- qemu-guest-agent
3939
- spice-vdagent
40+
- mesa-va-drivers
4041
state: present
4142
when:
4243
- ansible_facts['distribution'] == 'Fedora'
@@ -47,6 +48,7 @@
4748
name:
4849
- qemu-guest-agent
4950
- spice-vdagent
51+
- mesa-va-drivers
5052
state: present
5153
when:
5254
- ansible_facts['distribution'] == 'Ubuntu'

0 commit comments

Comments
 (0)