fix(bootstrap): exclude tldr from Ubuntu rolling extra packages
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user