improve VMware cleanup

This commit is contained in:
2024-10-31 01:12:51 +01:00
parent d92944c345
commit ccf3193c92
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