summaryrefslogtreecommitdiff
path: root/roles
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-04-04 18:33:27 +0300
committerLars Wirzenius <liw@liw.fi>2017-04-04 18:33:27 +0300
commitc709f25dd509af3f51e66725f6e0e2d0247ec292 (patch)
tree6c017bc062b54fa710a894e064cde2d0029a1c05 /roles
parent0edee9cd70a50098152fb595eb49e696db2f5ce2 (diff)
downloaddebian-ansible-c709f25dd509af3f51e66725f6e0e2d0247ec292.tar.gz
Add -backports to sources.list.j2
It's safe to do, since nothing will be installed from there without explicit request.
Diffstat (limited to 'roles')
-rw-r--r--roles/sane_debian_system/templates/sources.list.j21
1 files changed, 1 insertions, 0 deletions
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