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:
|
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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue