Skip to content

Commit

Permalink
fix: fix jinja indents
Browse files Browse the repository at this point in the history
  • Loading branch information
gianklug committed Sep 23, 2024
1 parent 062317f commit 98ba996
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: 1

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

0 comments on commit 98ba996

Please sign in to comment.