apt: use archive.debian.org with Buster

This commit is contained in:
David Prevot 2024-05-06 17:00:02 +02:00
parent d4343833c9
commit 63c09e2ae5
2 changed files with 2 additions and 3 deletions

View file

@ -1,3 +1,3 @@
# {{ ansible_managed }}
deb http://mirror.evolix.org/debian buster-backports {{ apt_backports_components | mandatory }}
deb http://archive.debian.org/debian buster-backports {{ apt_backports_components | mandatory }}

View file

@ -1,5 +1,4 @@
# {{ ansible_managed }}
deb http://mirror.evolix.org/debian buster {{ apt_basics_components | mandatory }}
deb http://mirror.evolix.org/debian buster-updates {{ apt_basics_components | mandatory }}
deb http://archive.debian.org/debian buster {{ apt_basics_components | mandatory }}
deb http://security.debian.org/debian-security buster/updates {{ apt_basics_components | mandatory }}