improve VMware cleanup

This commit is contained in:
2024-10-31 01:12:51 +01:00
parent 1af1ea8ffb
commit e3d61d5fdc
2 changed files with 48 additions and 23 deletions

View File

@@ -80,7 +80,7 @@
tasks:
- name: Reboot system
when: hypervisor != "libvirt"
when: hypervisor == "proxmox"
ansible.builtin.command: reboot
failed_when: false
changed_when: result.rc == 0