From: nicoo Date: Fri, 7 Feb 2020 12:43:31 +0000 (+0100) Subject: fixup! base: Manage /etc/apt/sources.list X-Git-Url: https://git.realraum.at/?p=noc.git;a=commitdiff_plain;h=refs%2Fheads%2Fapt-cacher fixup! base: Manage /etc/apt/sources.list --- diff --git a/ansible/roles/base/templates/sources.list.j2 b/ansible/roles/base/templates/sources.list.j2 index 5c6b8cc..c251739 100644 --- a/ansible/roles/base/templates/sources.list.j2 +++ b/ansible/roles/base/templates/sources.list.j2 @@ -1,7 +1,7 @@ {% macro deb(path, suite) -%} {% for type in ['deb', 'deb-src'] %} {% for mirror in base_debian_mirrors %} -{{ type }} {{ mirror }}/{{ path }} main +{{ type }} {{ mirror }}/{{ path }} {{ suite }} main {% endfor %} {% endfor %} {%- endmacro %}