style(cleanup): drop redundant comments from the power-off tasks

This commit is contained in:
2026-07-15 00:09:44 +02:00
parent 723f0516da
commit 9c4a86c0ec
3 changed files with 0 additions and 9 deletions

View File

@@ -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 }}"