role_apt/templates/apt.conf.j2

10 lines
239 B
Plaintext
Raw Normal View History

2022-10-24 14:02:08 +00:00
# {{ ansible_managed }}
2024-06-03 16:05:23 +00:00
APT::Default-Release "stable";
2022-10-24 14:02:08 +00:00
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";