roles/common: Use stable tarsnap

This commit is contained in:
Alan Orth 2019-09-13 22:14:49 +03:00
parent 7551b803f6
commit 43715dd392
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 0 additions and 6 deletions

View File

@ -1,7 +1 @@
{% if ansible_distribution_release == 'buster' %}
# 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 ./
{% else %}
deb [arch=amd64] https://pkg.tarsnap.com/deb/{{ ansible_distribution_release }} ./
{% endif %}