--- - name: Install virtualization tools apt: name={{ item }} state=latest with_items: - qemu - qemu-kvm - libvirt-bin - bridge-utils