fix(cleanup): fix vmware CD-ROM omit fragility and add cross-role defaults

This commit is contained in:
2026-02-20 20:19:25 +01:00
parent 9f9a4b38b8
commit a2c19e2e49
3 changed files with 30 additions and 13 deletions

View File

@@ -99,6 +99,7 @@
name: "{{ hostname }}"
state: running
# delegate_to inventory_hostname: overrides play-level localhost to run wait_for_connection against the VM
- name: Wait for VM to boot up
delegate_to: "{{ inventory_hostname }}"
ansible.builtin.wait_for_connection: