2019-07-01 23:36:41 +02:00
|
|
|
{% if ansible_distribution_release == 'buster' %}
|
|
|
|
# there are no tarsnap packages for Debian 10 "buster" yet, so use Debian 9's
|
|
|
|
deb [arch=amd64] https://pkg.tarsnap.com/deb/stretch ./
|
|
|
|
{% 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 %}
|