Skip to content

Commit 1f3bde2

Browse files
committed
Use Package qemu-system-x86 on debian
Ansible won't find the package qemu-kvm on my debian host. See Issue #68 So I changed the package name to qemu-system-x86 and it works fine. *(Tested with debian bullseye and bookworm)* For Package Details, have a look at https://packages.debian.org/bookworm/qemu-kvm
1 parent 27144f8 commit 1f3bde2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

vars/Debian.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
---
22
# List of package dependencies common to all Debian distributions
33
libvirt_host_libvirt_packages_common:
4-
- qemu-kvm
4+
- qemu-system-x86
5+
# - qemu-system-arm
6+
# - qemu-system-misc
7+
# - qemu-system-ppc
58

69
# List of all daemon packages to install.
710
libvirt_host_libvirt_packages_libvirt_daemon:

0 commit comments

Comments
 (0)