fix(partitioning): resolve vmware disks by scsi target instead of the sdX letter

This commit is contained in:
2026-09-15 20:01:40 +02:00
parent a795535305
commit 43755a6016
3 changed files with 69 additions and 0 deletions

View File

@@ -1,4 +1,10 @@
---
- name: Resolve VMware disks by SCSI target
when:
- hypervisor_type == "vmware"
- system_cfg.type == "virtual"
ansible.builtin.include_tasks: _resolve_vmware_disks.yml
- name: Detect system sizing
ansible.builtin.include_tasks: _detect_sizing.yml