apt: remove workaround for Evolix public repositories with Debian 11
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Jérémy Lecour 2021-08-16 13:50:53 +02:00 committed by Jérémy Lecour
parent d186e21239
commit 969a5bce7d
2 changed files with 1 additions and 5 deletions

View File

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

View File

@ -1,8 +1,3 @@
# {{ ansible_managed }}
{% if ansible_distribution_release == 'bullseye' %}
# Force previous Debian version (temporary)
deb http://pub.evolix.net/ buster/
{% else %}
deb http://pub.evolix.net/ {{ ansible_distribution_release }}/
{% endif %}