copr-hypervisor: install libvirt packages earlier

... even libvirt-daemon
This commit is contained in:
Pavel Raiskup 2022-05-16 15:24:51 +02:00
parent 8bb92a4d51
commit 05f41424e8

View file

@ -30,6 +30,21 @@
copy: src=profile.sh dest=/etc/profile.d/copr-hypervisor.sh
tags: profile_scripts
- name: install libvirt packages
package: name={{ item }} state=present
with_items:
- qemu-kvm
- libguestfs-tools-c
- libvirt
- libvirt-daemon
- podman
- virt-install
- python3-glanceclient
tags:
- openstack
- packages
- libvirtd
- name: install libvirtd.conf
copy: src="{{ files }}/virthost/libvirtd.conf" dest=/etc/libvirt/libvirtd.conf
notify:
@ -150,19 +165,6 @@
copy: src=buildsys.pub dest=/home/copr/.ssh/id_rsa.pub
owner=copr mode=0600
- name: install libvirt packages
package: name={{ item }} state=present
with_items:
- qemu-kvm
- libguestfs-tools-c
- libvirt
- podman
- virt-install
- python3-glanceclient
tags:
- openstack
- packages
#- name: Enable praiskup-helpers repo
# community.general.copr:
# state: enabled