diff options
-rw-r--r-- | inventory/host_vars/ch-repo.yml | 1 | ||||
-rw-r--r-- | roles/approx/tasks/main.yml | 2 |
2 files changed, 2 insertions, 1 deletions
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 |