- name: "start vm" community.general.proxmox_kvm: api_host: "{{ proxmox_hostname }}" api_user: "{{ proxmox_username }}" api_token_id: "{{ proxmox_api_token_id }}" api_token_secret: "{{ proxmox_api_token_secret }}" node: "{{ proxmox_node }}" vmid: "{{ vmid | int }}" state: started - name: "pause execution for 3 minutes to allow vm to fully boot" pause: minutes: 3