role_apt/templates/apt.conf.j2
pulsar89.5 3ffb13ba5b Reapply "fix: Manage preference"
This reverts commit 5b871f1c4800d42d687117f3a95fb6801d94ab7d.
2024-06-05 10:20:11 +02:00

9 lines
208 B
Django/Jinja

# {{ ansible_managed }}
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";