Fix DISK removal at cleanup

This commit is contained in:
Sandwich 2024-10-30 23:10:53 +01:00
parent db1fd13623
commit 4808ce4401

View File

@ -20,6 +20,7 @@
- name: Remove CD-ROM from VM in vCenter
when: hypervisor == "vmware"
delegate_to: localhost
become: false
failed_when: false
community.vmware.vmware_guest:
hostname: "{{ hypervisor_url }}"