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