refactor(bootstrap): nest network fields under system.network to match main project schema
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
if post_reboot_can_connect is defined
|
||||
else (
|
||||
(ansible_connection | default('ssh')) != 'ssh'
|
||||
or ((system_cfg.ip | default('') | string | length) > 0)
|
||||
or ((system_cfg.network.ip | default('') | string | length) > 0)
|
||||
or (
|
||||
system_cfg.type == 'physical'
|
||||
and (ansible_host | default('') | string | length) > 0
|
||||
|
||||
Reference in New Issue
Block a user