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

8 lines
320 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" %}
2023-03-13 11:18:29 +01:00
deb [signed-by={{ apt_keyring_dir }}/pub_evolix.asc] https://pub.evolix.org/evolix bullseye main
2022-11-06 15:21:00 +01:00
{% else %}
2023-03-13 11:18:29 +01:00
deb [signed-by={{ apt_keyring_dir }}/pub_evolix.asc] https://pub.evolix.org/evolix {{ ansible_distribution_release }} main
{% endif %}