Skip to content

Commit

Permalink
fix: fix datasource template
Browse files Browse the repository at this point in the history
  • Loading branch information
gianklug committed Sep 23, 2024
1 parent 9d7d874 commit 2f2216b
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
apiVersion: 1

datasources:
{{ icinga2_web_grafana_datasources | to_nice_yaml(indent=2) }}
{% for datasource in icinga2_web_grafana_datasources %}
- {{ datasource | to_nice_yaml(indent=4) }}
{% endfor %}

0 comments on commit 2f2216b

Please sign in to comment.