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

7 lines
283 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 }}/reg.asc] http://pub.evolix.net/ bullseye/
{% else %}
deb [signed-by={{ apt_keyring_dir }}/reg.asc] http://pub.evolix.net/ {{ ansible_distribution_release }}/
2022-11-06 15:21:00 +01:00
{% endif %}