From 52b4efd3b08bf604e77a64787e7a08a8907aff4c Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sat, 17 Mar 2018 11:51:45 +0200 Subject: [PATCH] roles/common: Use HTTPS for tarsnap package mirror --- roles/common/templates/tarsnap_sources.list.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/common/templates/tarsnap_sources.list.j2 b/roles/common/templates/tarsnap_sources.list.j2 index e257c49..8b75812 100644 --- a/roles/common/templates/tarsnap_sources.list.j2 +++ b/roles/common/templates/tarsnap_sources.list.j2 @@ -1 +1 @@ -deb http://pkg.tarsnap.com/deb/{{ ansible_distribution_release }} ./ +deb https://pkg.tarsnap.com/deb/{{ ansible_distribution_release }} ./