From 1f3bde211772a036abf14f34b8b704b5fefab4df Mon Sep 17 00:00:00 2001 From: L3D Date: Mon, 31 Jul 2023 12:37:06 +0200 Subject: [PATCH] Use Package qemu-system-x86 on debian Ansible won't find the package qemu-kvm on my debian host. See Issue https://github.com/stackhpc/ansible-role-libvirt-host/issues/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 --- vars/Debian.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vars/Debian.yml b/vars/Debian.yml index 66d8eab..7303606 100644 --- a/vars/Debian.yml +++ b/vars/Debian.yml @@ -1,7 +1,10 @@ --- # List of package dependencies common to all Debian distributions libvirt_host_libvirt_packages_common: - - qemu-kvm + - qemu-system-x86 + # - qemu-system-arm + # - qemu-system-misc + # - qemu-system-ppc # List of all daemon packages to install. libvirt_host_libvirt_packages_libvirt_daemon: