Revert "fix: Manage preference"

This reverts commit a8178194c3.
This commit is contained in:
2024-06-03 18:59:09 +02:00
parent a8178194c3
commit 5b871f1c48
4 changed files with 16 additions and 8 deletions

View File

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

View File

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