From 1f3bde211772a036abf14f34b8b704b5fefab4df Mon Sep 17 00:00:00 2001 From: L3D Date: Mon, 31 Jul 2023 12:37:06 +0200 Subject: [PATCH 1/2] 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: From c01cb8c1163be0b86d2ec93cd762dfa1fad17663 Mon Sep 17 00:00:00 2001 From: L3D Date: Fri, 31 Oct 2025 00:38:56 +0100 Subject: [PATCH 2/2] Update Debian.yml removed some lines --- vars/Debian.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/vars/Debian.yml b/vars/Debian.yml index 7303606..b4f4bb5 100644 --- a/vars/Debian.yml +++ b/vars/Debian.yml @@ -2,9 +2,6 @@ # List of package dependencies common to all Debian distributions libvirt_host_libvirt_packages_common: - 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: