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: packages:
- ebtables - ebtables
- libguestfs - libguestfs
- libvirt-daemon-driver-storage
- python3-libvirt - python3-libvirt
- qemu-kvm - qemu-kvm
- virt-install - virt-install
- ansible-collection-community-general - ansible-collection-community-general
- name: enable libvirt - name: enable libvirt services
service: service:
name: libvirtd name: "{{ item }}"
state: started state: started
stage: enabled
with_items:
- libvirt
- virtstoraged.socket
- virtstoraged-ro.socket
- name: praiskup helpers repo - name: praiskup helpers repo
copy: copy: