fixup! base: Manage /etc/apt/sources.list
[noc.git] / 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 %}