fixup! base: Manage /etc/apt/sources.list apt-cacher
authornicoo <nicoo@realraum.at>
Fri, 7 Feb 2020 12:43:31 +0000 (13:43 +0100)
committernicoo <nicoo@realraum.at>
Fri, 7 Feb 2020 12:43:31 +0000 (13:43 +0100)
ansible/roles/base/templates/sources.list.j2

index 5c6b8cc..c251739 100644 (file)
@@ -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 %}