role_apt/templates/apt.conf.j2
2024-06-03 18:59:09 +02:00

10 lines
239 B
Django/Jinja

# {{ ansible_managed }}
APT::Default-Release "stable";
APT::Install-Recommends "false";
APT::Install-Suggests "false";
APT::Get::Show-Versions "true";
APT::Get::Show-Upgraded "true";
APT::Get::Purge "true";
APT::Get::List-Cleanup "true";