Skip to content

Commit ce65ede

Browse files
committed
Fix loop
1 parent 19ddfa3 commit ce65ede

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

provision-contest/ansible/roles/grafana/templates/prometheus.yml.j2

+1
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ scrape_configs:
8787
- {{ hostvars[host].ansible_host }}:9253
8888
{% endfor %}
8989
{% endif %}
90+
{% endfor %}
9091
- job_name: node_grafana
9192
basic_auth:
9293
username: "prometheus"

0 commit comments

Comments
 (0)