From a5553892f10cbda373588f94b522df5e8a33b87e Mon Sep 17 00:00:00 2001 From: David Stephens Date: Tue, 11 Jun 2024 22:22:27 +0100 Subject: [PATCH] Prometheus config brackets fix --- roles/stats/templates/prometheus.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/stats/templates/prometheus.yml.j2 b/roles/stats/templates/prometheus.yml.j2 index 5f7e46ad..2c588d08 100644 --- a/roles/stats/templates/prometheus.yml.j2 +++ b/roles/stats/templates/prometheus.yml.j2 @@ -54,8 +54,8 @@ scrape_configs: {% if not loop.last %} , {% endif %} - ] {% endfor %} + ] {% endif %}