copr: backend: install virt stuff for spawning aarch64 boxes

This commit is contained in:
Pavel Raiskup 2019-05-27 15:59:56 +02:00
parent 4bc27555b7
commit abffb6b3b3

View file

@ -1,7 +1,7 @@
- name: install packages needed by resalloc server
dnf:
state: present
name: ['resalloc-server', 'resalloc', 'sqlite']
name: ['resalloc-server', 'resalloc', 'sqlite', 'genisoimage', 'virt-install', 'libvirt-client']
- name: resalloc, sync copr provisioning files
synchronize: src="provision/" dest="/var/lib/resallocserver/provision/"