fix: Define default release

This commit is contained in:
pulsar89.5 2024-02-13 12:24:20 +01:00
parent 5be3f98f44
commit 255128789b
1 changed files with 1 additions and 0 deletions

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";