role_apt/templates/apt.conf.j2

10 lines
263 B
Django/Jinja

# {{ ansible_managed }}
APT::Default-Release "{{ apt_distribution_release }}";
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";