X-Git-Url: https://git.realraum.at/?p=noc.git;a=blobdiff_plain;f=ansible%2Froles%2Fbase%2Ftemplates%2Fsources.list.j2;fp=ansible%2Froles%2Fbase%2Ftemplates%2Fsources.list.j2;h=c251739951bab96d4f6af7b44b55c678c06aa8f0;hp=5c6b8ccc4364096a4593d071484a15e333910cbd;hb=74b735c4d07bd3f5ef18e38d353c7895333fa75e;hpb=4629b931d77de58555f210cff27942a959d86db1 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 %}