refactor(standardize): remove dead code, fix inconsistencies, update docs

This commit is contained in:
2026-02-12 23:21:51 +01:00
parent debd1e176f
commit c8806c9577
9 changed files with 22 additions and 33 deletions

View File

@@ -5,7 +5,6 @@
become: false
block:
- name: Remove CD-ROM from VM in vCenter
when: hypervisor_type == "vmware"
community.vmware.vmware_guest:
hostname: "{{ hypervisor_cfg.url }}"
username: "{{ hypervisor_cfg.username }}"
@@ -29,7 +28,6 @@
failed_when: false
- name: Start VM in vCenter
when: hypervisor_type == "vmware"
vmware.vmware.vm_powerstate:
hostname: "{{ hypervisor_cfg.url }}"
username: "{{ hypervisor_cfg.username }}"