diff --git a/roles/common/templates/tarsnap_sources.list.j2 b/roles/common/templates/tarsnap_sources.list.j2 index 2d494a8..b1dc68b 100644 --- a/roles/common/templates/tarsnap_sources.list.j2 +++ b/roles/common/templates/tarsnap_sources.list.j2 @@ -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 %}