use https redirector now

Mon, 22 Oct 2018 20:54:07 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 22 Oct 2018 20:54:07 -0500
changeset 85
25111b904b2c
parent 84
fdaa84bcac9c
child 86
939e12400bd5

use https redirector now

roles/repositories/tasks/debian-stable.yml file | annotate | diff | comparison | revisions
--- a/roles/repositories/tasks/debian-stable.yml
+++ b/roles/repositories/tasks/debian-stable.yml
@@ -2,7 +2,7 @@
 - name: "add backports repo"
   apt_repository:
     filename: "debian-backports"
-    repo: "deb http://cdn-fastly.deb.debian.org/debian {{ansible_distribution_release}}-backports main"
+    repo: "deb https://deb.debian.org/debian {{ansible_distribution_release}}-backports main"
     update_cache: false
 
 - name: "add pgdg repo"

mercurial