From abffb6b3b35045c1082deda2659e36be072b6897 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Mon, 27 May 2019 15:59:56 +0200 Subject: [PATCH] copr: backend: install virt stuff for spawning aarch64 boxes --- roles/copr/backend/tasks/resalloc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/copr/backend/tasks/resalloc.yml b/roles/copr/backend/tasks/resalloc.yml index ed42f09839..cd03c1fb57 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/"