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