From acf5c54e0dafa0747b02dbbe079f5b4bd311ccf8 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 4 Jun 2024 19:28:35 +0200 Subject: add spreadspace repo to apt.chaos-at-home.org cacher --- inventory/host_vars/ch-repo.yml | 1 + roles/approx/tasks/main.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/inventory/host_vars/ch-repo.yml b/inventory/host_vars/ch-repo.yml index f76eddfd..1e34cc92 100644 --- a/inventory/host_vars/ch-repo.yml +++ b/inventory/host_vars/ch-repo.yml @@ -69,6 +69,7 @@ approx_backends: ubuntu: http://ubuntu.anexia.at/ubuntu kali: http://http.kali.org/kali raspios: http://archive.raspberrypi.com/debian + spreadspace: http://build.spreadspace.org prometheus_job_multitarget_blackbox__probe: diff --git a/roles/approx/tasks/main.yml b/roles/approx/tasks/main.yml index f913120f..5896dcab 100644 --- a/roles/approx/tasks/main.yml +++ b/roles/approx/tasks/main.yml @@ -28,7 +28,7 @@ # ansible managed {% for name, remote in approx_backends.items() %} - {{ name }} {{ remote }} + {{ name }} {{ remote }} {% endfor %} $cache {{ approx_basepath }}/cache -- cgit v1.2.3