copr: backend: install virt stuff for spawning aarch64 boxes
This commit is contained in:
parent
4bc27555b7
commit
abffb6b3b3
1 changed files with 1 additions and 1 deletions
|
@ -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/"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue