From 7d58a98bb425803c0ff026baa425133712e602a2 Mon Sep 17 00:00:00 2001 From: Vincent Lafeychine Date: Tue, 3 Oct 2023 14:28:20 +0200 Subject: [PATCH] unattended_upgrades: remove codename in origins-pattern --- roles/unattended_upgrades/templates/50unattended-upgrades.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/unattended_upgrades/templates/50unattended-upgrades.j2 b/roles/unattended_upgrades/templates/50unattended-upgrades.j2 index 0876ab5..50a26d0 100644 --- a/roles/unattended_upgrades/templates/50unattended-upgrades.j2 +++ b/roles/unattended_upgrades/templates/50unattended-upgrades.j2 @@ -1,7 +1,7 @@ {{ ansible_managed | comment }} Unattended-Upgrade::Origins-Pattern { - "origin=Debian,codename=${distro_codename},label=Debian-Security"; + "origin=Debian,label=Debian-Security"; }; Unattended-Upgrade::Package-Blacklist {};