1
1
Fork 0
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-05-08 14:26:05 +02:00

libvirt: add QEMU packages needed for virtio video

This was a bit of trial and error (testing with the arch-boxes project.)
This commit is contained in:
Evangelos Foutras 2023-08-24 22:07:58 +03:00
parent f0cb8a2165
commit 47c448826a
No known key found for this signature in database
GPG Key ID: 51E8B148A9999C34

View File

@ -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