From abffb6b3b35045c1082deda2659e36be072b6897 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: May 27 2019 13:59:56 +0000 Subject: copr: backend: install virt stuff for spawning aarch64 boxes --- diff --git a/roles/copr/backend/tasks/resalloc.yml b/roles/copr/backend/tasks/resalloc.yml index ed42f09..cd03c1f 100644 --- a/roles/copr/backend/tasks/resalloc.yml +++ b/roles/copr/backend/tasks/resalloc.yml @@ -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/"