bundles/vmhost: install correct packages
This commit is contained in:
parent
8246a8199c
commit
b9b0a9c5ca
1 changed files with 2 additions and 1 deletions
|
@ -1,9 +1,10 @@
|
||||||
defaults = {
|
defaults = {
|
||||||
'apt': {
|
'apt': {
|
||||||
'packages': {
|
'packages': {
|
||||||
'qemu-kvm': {},
|
|
||||||
'libvirt-clients': {},
|
'libvirt-clients': {},
|
||||||
'libvirt-daemon-system': {},
|
'libvirt-daemon-system': {},
|
||||||
|
'qemu-utils': {},
|
||||||
|
'qemu-system-x86': {},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue