Skip to content
Snippets Groups Projects
Verified Commit 47c44882 authored by Evangelos Foutras's avatar Evangelos Foutras :smiley_cat:
Browse files

libvirt: add QEMU packages needed for virtio video

This was a bit of trial and error (testing with the arch-boxes project.)
parent f0cb8a21
No related branches found
No related tags found
No related merge requests found
Pipeline #76371 passed
......@@ -3,7 +3,15 @@
pacman: name=iptables force=yes state=absent
- name: Install libvirt and needed optional dependencies
pacman: name=libvirt,qemu-base,dnsmasq,iptables-nft state=present
pacman:
state: present
name:
- dnsmasq
- iptables-nft
- libvirt
- qemu-base
- qemu-hw-display-virtio-gpu
- qemu-hw-display-virtio-vga
register: result
- name: Reload firewalld
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment