diff --git a/vars/debian.yml b/vars/debian.yml index 2cb41b1a..7c9cffd8 100644 --- a/vars/debian.yml +++ b/vars/debian.yml @@ -70,7 +70,12 @@ nova_compute_kvm_distro_packages: - libvirt-daemon-system - python3-libvirt - qemu + - qemu-utils + - qemu-user - qemu-block-extra + - qemu-system + - "{{ (ansible_architecture == 'x86_64') | ternary('qemu-system-x86', 'qemu-system-arm') }}" + - qemu-system-misc nova_compute_kvm_packages_to_symlink: - python3-libvirt