projects
/
noc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4629b93
)
fixup! base: Manage /etc/apt/sources.list
apt-cacher
author
nicoo
<nicoo@realraum.at>
Fri, 7 Feb 2020 12:43:31 +0000
(13:43 +0100)
committer
nicoo
<nicoo@realraum.at>
Fri, 7 Feb 2020 12:43:31 +0000
(13:43 +0100)
ansible/roles/base/templates/sources.list.j2
patch
|
blob
|
history
diff --git
a/ansible/roles/base/templates/sources.list.j2
b/ansible/roles/base/templates/sources.list.j2
index
5c6b8cc
..
c251739
100644
(file)
--- 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 %}