2019-07-01 23:36:41 +02:00
|
|
|
{% if ansible_distribution_release == 'buster' %}
|
2019-07-19 11:07:27 +02:00
|
|
|
# Tarsnap currently provides experimental packages for Debian 10 "buster"
|
|
|
|
# See: https://www.tarsnap.com/pkg-deb.html#experimental
|
|
|
|
deb [arch=amd64] http://pkg.tarsnap.com/experimental/deb/buster ./
|
2019-07-01 23:36:41 +02:00
|
|
|
{% else %}
|
2018-05-08 23:05:42 +02:00
|
|
|
deb [arch=amd64] https://pkg.tarsnap.com/deb/{{ ansible_distribution_release }} ./
|
2019-07-01 23:36:41 +02:00
|
|
|
{% endif %}
|