Preper Shutdown so VMware does not corrupt the installation

This commit is contained in:
2024-10-31 18:27:31 +01:00
parent c9a15dfccf
commit c6f1686db8
2 changed files with 8 additions and 24 deletions

View File

@@ -78,11 +78,3 @@
when: install_type == "virtual"
vars:
ansible_connection: local
tasks:
- name: Reboot system
when: hypervisor == "proxmox"
ansible.builtin.command: reboot
failed_when: false
changed_when: result.rc == 0
register: result