--- - name: Provision VM on Proxmox for AI Tutor hosts: localhost gather_facts: false connection: local roles: - role: proxmox_vm_deploy - name: Install AI Tutor on provisioned VM hosts: aitutor_vm gather_facts: true become: true roles: - role: aitutor_install