Skip to content

Commit

Permalink
fix: fix template dest dir
Browse files Browse the repository at this point in the history
  • Loading branch information
gianklug committed Sep 23, 2024
1 parent 19d479e commit 9d7d874
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/configuration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 9d7d874

Please sign in to comment.