fix: Define default release

This commit is contained in:
2024-02-13 12:24:20 +01:00
parent 5be3f98f44
commit 255128789b

View File

@@ -1,5 +1,6 @@
# {{ ansible_managed }}
APT::Default-Release "{{ apt_distribution_release }}";
APT::Install-Recommends "false";
APT::Install-Suggests "false";
APT::Get::Show-Versions "true";