Reapply "fix: Manage preference"

This reverts commit 5b871f1c48.
This commit is contained in:
2024-06-05 10:20:11 +02:00
parent 5b871f1c48
commit 3ffb13ba5b
4 changed files with 8 additions and 16 deletions

View File

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

View File

@@ -1,5 +1,9 @@
# {{ ansible_managed }}
Package: {{ item.package }}
Pin: {{ item.pin }}
Pin-Priority: {{ item.priority }}
Package: *
Pin: release a=testing
Pin-Priority: -10
Package: *
Pin: release a=unstable
Pin-Priority: -20