Add bullseye APT repositories

This commit is contained in:
Jérémy Lecour 2021-05-01 16:53:40 +02:00 committed by Jérémy Lecour
parent b8ac36e673
commit 6bfef35729
2 changed files with 8 additions and 0 deletions

View File

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

View File

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