From 1a9033dece5c29311b52940305a4bd6a6ef3bfdf Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 9 May 2018 00:05:42 +0300 Subject: [PATCH] roles/common: Use bionic tarsnap builds on Ubuntu 18.04 Tarsnap finally published builds for Ubuntu 18.04 "bionic" so we don't need to use the 17.10 "artful" ones anymore. --- roles/common/templates/tarsnap_sources.list.j2 | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/roles/common/templates/tarsnap_sources.list.j2 b/roles/common/templates/tarsnap_sources.list.j2 index b9dc0ec..b1dc68b 100644 --- a/roles/common/templates/tarsnap_sources.list.j2 +++ b/roles/common/templates/tarsnap_sources.list.j2 @@ -1,6 +1 @@ -{% if ansible_distribution_version is version_compare('18.04', '==') %} -# 2018-03-17: no Ubuntu 18.04 "bionic" packages yet, so use 17.10 "artful" -deb https://pkg.tarsnap.com/deb/artful ./ -{% else %} -deb https://pkg.tarsnap.com/deb/{{ ansible_distribution_release }} ./ -{% endif %} +deb [arch=amd64] https://pkg.tarsnap.com/deb/{{ ansible_distribution_release }} ./