fix(global_defaults): add no_log to hypervisor tasks and expand validation

This commit is contained in:
2026-02-20 20:11:37 +01:00
parent 5dd84c6b39
commit 23a798a63a
3 changed files with 40 additions and 3 deletions

View File

@@ -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 ''
}}