roles/common: Use stable tarsnap
This commit is contained in:
parent
7551b803f6
commit
43715dd392
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user