ansible-roles/apt/templates/evolix_public.list.j2

8 lines
318 B
Plaintext
Raw Normal View History

2017-06-07 09:53:42 +02:00
# {{ ansible_managed }}
2022-11-06 15:21:00 +01:00
{% if ansible_distribution_release == "bookworm" %}
deb [signed-by={{ apt_keyring_dir }}/pub_evolix.asc] http://pub.evolix.org/evolix bullseye main
2022-11-06 15:21:00 +01:00
{% else %}
deb [signed-by={{ apt_keyring_dir }}/pub_evolix.asc] http://pub.evolix.org/evolix {{ ansible_distribution_release }} main
{% endif %}