Add final check if the VM is up and running after reboot

This commit is contained in:
2024-11-01 23:58:52 +01:00
parent cbe238f4d5
commit 89f054e8fd
2 changed files with 14 additions and 0 deletions

View File

@@ -1,6 +1,8 @@
---
- name: Shutdown the VM
community.general.shutdown:
vars:
ansible_connection: ssh
- name: Setup Cleanup
when: hypervisor == "proxmox"