- name: "install virtualisation tooling" apt: name: - qemu-kvm - virtinst - virt-manager - libvirt-daemon-system - libvirt-clients - name: "enable nested KVM if possible" copy: src: kvm-nested.conf dest: /etc/modprobe.d/kvm-nested.conf