fix(partitioning): resolve vmware disks by scsi target instead of the sdX letter
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user