Skip to content
Snippets Groups Projects
Commit 12035a70 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Grafana: Run priviliged when copying home dashboard file"

parents ed5ad62a 82b0e095
No related branches found
No related tags found
No related merge requests found
......@@ -76,6 +76,7 @@
run_once: True
- name: Copying over grafana home dashboard if exists
become: true
template:
src: "{{ node_custom_config }}/grafana/grafana_home_dashboard.json"
dest: "{{ node_config_directory }}/grafana/grafana_home_dashboard.json"
......
---
fixes:
- |
Fixes the copy job for grafana custom home dashboard file.
The copy job for the grafana home dashboard file needs to run priviliged,
otherwise permission denied error occurs.
`LP#[1947710] <https://launchpad.net/bugs/1947710>`__
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment