copr-builder: we need virtstoraged daemon, too, for image preparation

This commit is contained in:
Pavel Raiskup 2022-03-21 16:45:53 +01:00
parent 50d4b01764
commit 8e06f13edf

View file

@ -19,15 +19,21 @@
packages:
- ebtables
- libguestfs
- libvirt-daemon-driver-storage
- python3-libvirt
- qemu-kvm
- virt-install
- ansible-collection-community-general
- name: enable libvirt
- name: enable libvirt services
service:
name: libvirtd
name: "{{ item }}"
state: started
stage: enabled
with_items:
- libvirt
- virtstoraged.socket
- virtstoraged-ro.socket
- name: praiskup helpers repo
copy: