fix(global_defaults): normalize disks when install_drive is supplied externally
This commit is contained in:
@@ -79,9 +79,7 @@
|
||||
os_version: "{{ system_cfg.version | default('') | string }}"
|
||||
|
||||
- name: Normalize disk configuration (pre-computed system_cfg)
|
||||
when:
|
||||
- system_cfg is defined
|
||||
- install_drive is not defined
|
||||
when: system_cfg is defined
|
||||
ansible.builtin.include_tasks: _normalize_disks.yml
|
||||
|
||||
# Runs on every path before validation, so an empty firewall.backend / content.source
|
||||
|
||||
Reference in New Issue
Block a user