diff --git a/main.yml b/main.yml index e33808c..b6908db 100644 --- a/main.yml +++ b/main.yml @@ -35,6 +35,16 @@ include_role: name: users +- hosts: proxmox + become: true + + tasks: + + - name: Ensure qemu guest agent is installed on proxmox VMs + ansible.builtin.apt: + pkg: qemu-guest-agent + state: present + - name: Tau specific setup import_playbook: tau.yml