Revert "Use bullseye suite even for bookworm"

bookworm suite has been enabled on our new repository.

This reverts commit 1fae737ac4.
This commit is contained in:
David Prevot 2023-03-14 13:28:36 +01:00
parent a9ce436b3c
commit d6959c9287

View file

@ -1,7 +1,3 @@
# {{ ansible_managed }}
{% if ansible_distribution_release == "bookworm" %}
deb [signed-by={{ apt_keyring_dir }}/pub_evolix.asc] http://pub.evolix.org/evolix bullseye main
{% else %}
deb [signed-by={{ apt_keyring_dir }}/pub_evolix.asc] http://pub.evolix.org/evolix {{ ansible_distribution_release }} main
{% endif %}