From 255128789b744ad56fe9e9efa91f5860e900d961 Mon Sep 17 00:00:00 2001 From: "pulsar89.5" Date: Tue, 13 Feb 2024 12:24:20 +0100 Subject: [PATCH] fix: Define default release --- templates/apt.conf.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/apt.conf.j2 b/templates/apt.conf.j2 index 203286f..71511ee 100644 --- a/templates/apt.conf.j2 +++ b/templates/apt.conf.j2 @@ -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";