fix(bootstrap): exclude tldr from Ubuntu rolling extra packages

This commit is contained in:
2026-02-22 20:40:46 +01:00
parent de451be77b
commit 13faf33296

View File

@@ -273,7 +273,6 @@ bootstrap_ubuntu:
- syslog-ng - syslog-ng
- systemd-zram-generator - systemd-zram-generator
- tcpd - tcpd
- tldr
- traceroute - traceroute
- util-linux-extra - util-linux-extra
- vim - vim
@@ -281,7 +280,11 @@ bootstrap_ubuntu:
- yq - yq
- zoxide - zoxide
- zstd - zstd
conditional: "{{ bootstrap_common_conditional }}" conditional: >-
{{
(['tldr'] if (os_version | default('') | string | length) > 0 else [])
+ bootstrap_common_conditional
}}
bootstrap_archlinux: bootstrap_archlinux:
base: base: