fix(lint): wrap long lines to satisfy yaml[line-length] rule

This commit is contained in:
2026-02-12 21:54:09 +01:00
parent 67c320fcc2
commit 5108e46a4c
2 changed files with 10 additions and 3 deletions

View File

@@ -48,7 +48,10 @@
ide2: "{{ hypervisor_cfg.storage }}:cloudinit"
net:
net0: >-
virtio,bridge={{ system_cfg.network.bridge }}{% if system_cfg.network.vlan is defined and system_cfg.network.vlan | string | length > 0 %},tag={{ system_cfg.network.vlan }}{% endif %}
virtio,bridge={{ system_cfg.network.bridge
}}{%- if system_cfg.network.vlan is defined
and system_cfg.network.vlan | string | length > 0
%},tag={{ system_cfg.network.vlan }}{% endif %}
ipconfig:
ipconfig0: >-
{{