copr-hypervisor: install libvirt packages earlier
... even libvirt-daemon
This commit is contained in:
parent
8bb92a4d51
commit
05f41424e8
1 changed files with 15 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue