kvm-host: Add base libvirt packages not just daemon

This commit is contained in:
Timo Makinen 2021-03-16 01:09:23 +00:00
parent 190d09e783
commit 7fbd201242

View file

@ -4,6 +4,7 @@
name: "{{ item }}" name: "{{ item }}"
state: installed state: installed
with_items: with_items:
- libvirt
- libvirt-daemon - libvirt-daemon
- qemu-kvm - qemu-kvm
- virt-install - virt-install