fix: Manage preference

This commit is contained in:
2024-06-03 18:28:34 +02:00
parent 028beb4ea0
commit a8178194c3
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