ansible-roles/apt/templates/evolix_public.list.j2
David Prevot 1d701b060e
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
apt: Use pub.evolix.org instead of pub.evolix.net
2023-02-27 18:11:51 +01:00

8 lines
318 B
Django/Jinja

# {{ 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 %}