Skip to content
Snippets Groups Projects
Commit c1a2c120 authored by ale's avatar ale
Browse files

Sources.list is now a template

parent 7f5e4235
No related branches found
No related tags found
No related merge requests found
...@@ -34,8 +34,8 @@ ...@@ -34,8 +34,8 @@
- deb_autistici_org.gpg - deb_autistici_org.gpg
- name: Install our standard sources.list - name: Install our standard sources.list
copy: template:
src: "apt/sources.list" src: "sources.list.j2"
dest: "/etc/apt/sources.list" dest: "/etc/apt/sources.list"
- name: Install package repositories - name: Install package repositories
......
deb http://deb.debian.org/debian {{ float_debian_dist }} main contrib non-free deb http://deb.debian.org/debian {{ float_debian_dist }} main contrib non-free
{% if float_debian_dist == 'stretch' %}
deb http://deb.debian.org/debian {{ float_debian_dist }}-backports main deb http://deb.debian.org/debian {{ float_debian_dist }}-backports main
{% endif %}
deb http://deb.debian.org/debian {{ float_debian_dist }}-updates main contrib non-free deb http://deb.debian.org/debian {{ float_debian_dist }}-updates main contrib non-free
deb http://security.debian.org/ {{ float_debian_dist }}/updates main contrib non-free deb http://security.debian.org/ {{ float_debian_dist }}/updates main contrib non-free
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment