--- - name: Stop container community.general.proxmox: vmid: "{{ vmid }}" api_user: root@pam api_password: "{{ proxmox_api_password }}" api_host: 10.0.2.2 state: stopped ignore_errors: true timeout: 90