style(cleanup): drop redundant comments from the power-off tasks
This commit is contained in:
@@ -9,9 +9,6 @@
|
||||
vmware.vmware.vm_powerstate: "{{ _vmware_auth }}"
|
||||
no_log: true
|
||||
block:
|
||||
# shutdown.yml halts the guest without waiting for it, so powering off a VM that
|
||||
# vCenter has already stopped raises InvalidPowerState. Wait the shutdown out, and
|
||||
# force off only a guest that ignored it.
|
||||
- name: Wait for the installer environment to power off
|
||||
community.vmware.vmware_guest_info:
|
||||
name: "{{ hostname }}"
|
||||
|
||||
Reference in New Issue
Block a user