Integrate apt-minimal into apt.conf template

This commit is contained in:
Mark Janssen 2024-07-11 22:01:56 +02:00
parent ddda8e13b0
commit 7d268140db
3 changed files with 3 additions and 13 deletions

View file

@ -1,4 +0,0 @@
# Managed by Ansible
APT::Install-Recommends "0";
APT::Install-Suggests "0";

View file

@ -6,3 +6,6 @@ Acquire::http::Proxy "http://{{ proxy_host }}:{{ proxy_port }}/";
# Don't download translation-files
Acquire::Languages "none";
APT::Install-Recommends "0";
APT::Install-Suggests "0";