From 5108e46a4c5b90f143d27e560c9a003952b57fc2 Mon Sep 17 00:00:00 2001 From: Sandwich Date: Thu, 12 Feb 2026 21:54:09 +0100 Subject: [PATCH] fix(lint): wrap long lines to satisfy yaml[line-length] rule --- roles/bootstrap/vars/main.yml | 8 ++++++-- roles/virtualization/tasks/proxmox.yml | 5 ++++- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/roles/bootstrap/vars/main.yml b/roles/bootstrap/vars/main.yml index 2eedd26..877c4da 100644 --- a/roles/bootstrap/vars/main.yml +++ b/roles/bootstrap/vars/main.yml @@ -175,7 +175,9 @@ bootstrap_ubuntu: {{ bootstrap_debian_base_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: @@ -185,7 +187,9 @@ bootstrap_ubuntu_lts: {{ bootstrap_debian_base_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: diff --git a/roles/virtualization/tasks/proxmox.yml b/roles/virtualization/tasks/proxmox.yml index 24683f4..bba405f 100644 --- a/roles/virtualization/tasks/proxmox.yml +++ b/roles/virtualization/tasks/proxmox.yml @@ -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: >- {{