diff --git a/tasks/os-debian.yml b/tasks/os-debian.yml index 8068ad8..9682afc 100644 --- a/tasks/os-debian.yml +++ b/tasks/os-debian.yml @@ -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"] }}'