From c90afcb4f4d67b6916baf05f9a16b38cc7a67c7b Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Sat, 9 Dec 2023 10:00:30 +0100 Subject: [PATCH] apt: fix Jessie repository --- apt/templates/jessie_basics.list.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apt/templates/jessie_basics.list.j2 b/apt/templates/jessie_basics.list.j2 index fad381f8..a3b4aea8 100644 --- a/apt/templates/jessie_basics.list.j2 +++ b/apt/templates/jessie_basics.list.j2 @@ -1,4 +1,4 @@ # {{ ansible_managed }} -deb http://archive.org/debian jessie {{ apt_basics_components | mandatory }} +deb http://archive.debian.org/debian jessie {{ apt_basics_components | mandatory }} deb http://archive.debian.org/debian-security jessie/updates {{ apt_basics_components | mandatory }}