From c709f25dd509af3f51e66725f6e0e2d0247ec292 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 4 Apr 2017 18:33:27 +0300 Subject: Add -backports to sources.list.j2 It's safe to do, since nothing will be installed from there without explicit request. --- roles/sane_debian_system/templates/sources.list.j2 | 1 + 1 file changed, 1 insertion(+) (limited to 'roles') diff --git a/roles/sane_debian_system/templates/sources.list.j2 b/roles/sane_debian_system/templates/sources.list.j2 index 9b567c0..ca78131 100644 --- a/roles/sane_debian_system/templates/sources.list.j2 +++ b/roles/sane_debian_system/templates/sources.list.j2 @@ -1,3 +1,4 @@ deb http://{{ debian_mirror }}/debian {{ debian_codename }} main deb http://security.debian.org/ {{ debian_codename }}/updates main deb http://{{ debian_mirror }}/debian {{ debian_codename }}-updates main +deb http://{{ debian_mirror }}/debian {{ debian_codename }}-backports main -- cgit v1.2.1