From 9d7d87413c191b0c95747a897d399ccaf5c58a66 Mon Sep 17 00:00:00 2001 From: Gian Klug Date: Mon, 23 Sep 2024 10:15:29 +0200 Subject: [PATCH] fix: fix template dest dir --- tasks/configuration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/configuration.yml b/tasks/configuration.yml index cae69c2..c97450f 100644 --- a/tasks/configuration.yml +++ b/tasks/configuration.yml @@ -293,7 +293,7 @@ - name: Copy grafana dashboard config ansible.builtin.template: src: etc/grafana/provisioning/dashboards/dashboards.yaml.j2 - dest: etc/grafana/provisioning/dashboards/dashboards.yaml + dest: /etc/grafana/provisioning/dashboards/dashboards.yaml mode: '0644' notify: Icinga2_web restart grafana-server when: @@ -303,7 +303,7 @@ - name: Copy grafana datasource config ansible.builtin.template: src: etc/grafana/provisioning/datasources/datasources.yaml.j2 - dest: etc/grafana/provisioning/datasources/datasources.yaml + dest: /etc/grafana/provisioning/datasources/datasources.yaml mode: '0644' notify: Icinga2_web restart grafana-server when: