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

@@ -175,7 +175,9 @@ bootstrap_ubuntu:
{{ {{
bootstrap_debian_base_common bootstrap_debian_base_common
+ bootstrap_debian_extra_common + bootstrap_debian_extra_common
+ ['bash-completion', 'dnsutils', 'duf', 'eza', 'fdupes', 'fio', 'ncurses-term', 'software-properties-common', 'systemd-zram-generator', 'tldr', 'traceroute', 'util-linux-extra', 'yq', 'zoxide'] + ['bash-completion', 'dnsutils', 'duf', 'eza', 'fdupes', 'fio',
'ncurses-term', 'software-properties-common', 'systemd-zram-generator',
'tldr', 'traceroute', 'util-linux-extra', 'yq', 'zoxide']
}} }}
bootstrap_ubuntu_lts: bootstrap_ubuntu_lts:
@@ -185,7 +187,9 @@ bootstrap_ubuntu_lts:
{{ {{
bootstrap_debian_base_common bootstrap_debian_base_common
+ bootstrap_debian_extra_common + bootstrap_debian_extra_common
+ ['bash-completion', 'dnsutils', 'duf', 'eza', 'fdupes', 'fio', 'ncurses-term', 'software-properties-common', 'systemd-zram-generator', 'tldr', 'traceroute', 'util-linux-extra', 'yq', 'zoxide'] + ['bash-completion', 'dnsutils', 'duf', 'eza', 'fdupes', 'fio',
'ncurses-term', 'software-properties-common', 'systemd-zram-generator',
'tldr', 'traceroute', 'util-linux-extra', 'yq', 'zoxide']
}} }}
bootstrap_archlinux: bootstrap_archlinux:

View File

@@ -48,7 +48,10 @@
ide2: "{{ hypervisor_cfg.storage }}:cloudinit" ide2: "{{ hypervisor_cfg.storage }}:cloudinit"
net: net:
net0: >- 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: ipconfig:
ipconfig0: >- ipconfig0: >-
{{ {{