debian: default install ack and unzip

master
Denis Knauf 2021-08-28 12:28:35 +02:00
parent 1bfcf40d73
commit 2833ecf946
1 changed files with 4 additions and 2 deletions

View File

@ -51,6 +51,7 @@
update_cache: yes
vars:
items:
- ack
- '{{ [] if is_virt_guest else ["chrony", "smartmontools"] }}'
- cron-apt
- curl
@ -61,6 +62,7 @@
- haveged
- htop
- inetutils-ping
- inetutils-traceroute
- knot-dnsutils
- krb5-user
- ldap-utils
@ -77,14 +79,14 @@
- pv
- '{{ ["rng-tools"] if has_hwrng else [] }}'
- rsync
- rsyslog
- socat
- sudo
- rsyslog
- systemd
- systemd-sysv
- tmux
- inetutils-traceroute
- tzdata
- unzip
- usrmerge
- vim-nox
- '{{ [] if is_container else ["xfsdump", "xfsprogs"] }}'