fix(lint): wrap long lines to satisfy yaml[line-length] rule
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
@@ -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: >-
|
||||||
{{
|
{{
|
||||||
|
|||||||
Reference in New Issue
Block a user