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
|
- name: install packages needed by resalloc server
|
||||||
dnf:
|
dnf:
|
||||||
state: present
|
state: present
|
||||||
name: ['resalloc-server', 'resalloc', 'sqlite']
|
name: ['resalloc-server', 'resalloc', 'sqlite', 'genisoimage', 'virt-install', 'libvirt-client']
|
||||||
|
|
||||||
- name: resalloc, sync copr provisioning files
|
- name: resalloc, sync copr provisioning files
|
||||||
synchronize: src="provision/" dest="/var/lib/resallocserver/provision/"
|
synchronize: src="provision/" dest="/var/lib/resallocserver/provision/"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue