fix(global_defaults): add no_log to hypervisor tasks and expand validation
This commit is contained in:
@@ -84,7 +84,7 @@
|
||||
ip: "{{ system_raw.network.ip | default('') | string }}"
|
||||
prefix: >-
|
||||
{{
|
||||
(system_raw.network.prefix | int)
|
||||
(system_raw.network.prefix | int | string)
|
||||
if (system_raw.network.prefix | default('') | string | length) > 0
|
||||
else ''
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user