Fix DISK removal at cleanup
This commit is contained in:
parent
db1fd13623
commit
4808ce4401
@ -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 }}"
|
||||
|
Loading…
Reference in New Issue
Block a user