apt: use the new security repository for Bullseye
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Jérémy Lecour 2021-08-16 14:12:31 +02:00 committed by Jérémy Lecour
parent 969a5bce7d
commit ad457dd7ba
2 changed files with 3 additions and 2 deletions

View File

@ -25,6 +25,7 @@ The **patch** part changes incrementally at each release.
* Use python3 modules for Debian 11 and later * Use python3 modules for Debian 11 and later
* Remove embedded GPG keys only if legacy keyring is present * Remove embedded GPG keys only if legacy keyring is present
* apt: remove workaround for Evolix public repositories with Debian 11 * apt: remove workaround for Evolix public repositories with Debian 11
* apt: use the new security repository for Bullseye
* certbot: silence letsencrypt deprecation warnings * certbot: silence letsencrypt deprecation warnings
* elasticsearch: 7.x by default * elasticsearch: 7.x by default
* evoadmin-web: simpler PHP packages lists * evoadmin-web: simpler PHP packages lists

View File

@ -1,5 +1,5 @@
# {{ ansible_managed }} # {{ ansible_managed }}
deb http://mirror.evolix.org/debian bullseye {{ apt_basics_components | mandatory }} 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://mirror.evolix.org/debian/ bullseye-updates {{ apt_basics_components | mandatory }}
deb http://security.debian.org/ bullseye-security {{ apt_basics_components | mandatory }} deb https://deb.debian.org/debian-security bullseye-security {{ apt_basics_components | mandatory }}