summaryrefslogtreecommitdiff
path: root/roles/apt-repo/base/templates
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2024-05-26 23:24:58 +0200
committerChristian Pointner <equinox@spreadspace.org>2024-05-26 23:24:58 +0200
commit74661be687f6981f19568305d606207916af7d85 (patch)
tree21cc50bf2fc6b3220a36725c52893f21ad351e0f /roles/apt-repo/base/templates
parentch-apt: add to prometheus monitoring and fix cache backends (diff)
move chaos-at-home hosts to new apt cache and harmonize sources.list config for raspios
Diffstat (limited to 'roles/apt-repo/base/templates')
-rw-r--r--roles/apt-repo/base/templates/Debian.list.j23
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/apt-repo/base/templates/Debian.list.j2 b/roles/apt-repo/base/templates/Debian.list.j2
index 91531f7e..d29ced50 100644
--- a/roles/apt-repo/base/templates/Debian.list.j2
+++ b/roles/apt-repo/base/templates/Debian.list.j2
@@ -5,3 +5,6 @@ deb http://{{ apt_repo_providers[apt_repo_provider].debian_security.host }}{{ ap
{% else %}
deb http://{{ apt_repo_providers[apt_repo_provider].debian_security.host }}{{ apt_repo_providers[apt_repo_provider].debian_security.path }} {{ ansible_distribution_release }}-security {{ apt_repo_components | default(apt_repo_base_components.debian) | join(' ') }}
{% endif %}
+{% if 'raspios' in group_names %}
+deb http://{{ apt_repo_providers[apt_repo_provider].raspios.host }}{{ apt_repo_providers[apt_repo_provider].raspios.path }} {{ ansible_distribution_release }} main
+{% endif %}