copr-builder: we need virtstoraged daemon, too, for image preparation
This commit is contained in:
parent
50d4b01764
commit
8e06f13edf
1 changed files with 8 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue