From c1bf05670cc2078035451503a10533a6d1513174 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Wed, 20 May 2026 09:02:32 +0200 Subject: [PATCH] fix: typo in ansible_facts var --- templates/apt/sources.d/debian.sources.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/apt/sources.d/debian.sources.j2 b/templates/apt/sources.d/debian.sources.j2 index 7952fc3..87c3da1 100644 --- a/templates/apt/sources.d/debian.sources.j2 +++ b/templates/apt/sources.d/debian.sources.j2 @@ -1,6 +1,6 @@ Types: deb URIs: {{ debian_repo_url_update }} -Suites: {{ ansible_facts['distribution_release'] }} {{ ansible_facts_['distribution_release'] }}-updates +Suites: {{ ansible_facts['distribution_release'] }} {{ ansible_facts['distribution_release'] }}-updates Components: main contrib non-free non-free-firmware Enabled: yes Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg