feat(system_check): preflight boot media and datastore placement

This commit is contained in:
2026-07-14 01:48:26 +02:00
parent 1c00ec9370
commit 6240217318
2 changed files with 247 additions and 0 deletions

View File

@@ -132,3 +132,7 @@
To avoid data loss, the playbook will not overwrite or delete existing VMs.
Please choose a different hostname or remove the existing VM manually before proceeding.
quiet: true
- name: Verify boot media and placement target
when: system_cfg.type == "virtual"
ansible.builtin.include_tasks: _placement.yml