feat(vmware): add VMware hypervisor support (node field, connection vars, validation)
This commit is contained in:
@@ -77,7 +77,12 @@
|
||||
if (system_raw.mirror | default('') | string | trim | length) > 0
|
||||
else _mirror_defaults[system_raw.os | default('') | string | lower] | default('')
|
||||
}}
|
||||
path: "{{ system_raw.path | default('') | string }}"
|
||||
path: >-
|
||||
{{
|
||||
(system_raw.path | default('') | string)
|
||||
if (system_raw.path | default('') | string | length > 0)
|
||||
else (hypervisor_cfg.folder | default('') | string)
|
||||
}}
|
||||
packages: >-
|
||||
{{
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user