Skip to content

Commit e45e6f0

Browse files
grafana role: ensure alerting provisioning directory exists (#364)
Co-authored-by: Ishan Jain <[email protected]>
1 parent 348fdb8 commit e45e6f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

roles/grafana/tasks/configure.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
- path: "/etc/grafana/provisioning/notifiers"
1616
- path: "/etc/grafana/provisioning/notification"
1717
- path: "/etc/grafana/provisioning/plugins"
18+
- path: "/etc/grafana/provisioning/alerting"
1819
- path: "{{ grafana_ini.paths.logs }}"
1920
owner: grafana
2021
- path: "{{ grafana_ini.paths.data }}"

0 commit comments

Comments
 (0)