Merge "Fix Grafana config for extra conf"
This commit is contained in:
commit
ae9dbdfbdd
@ -53,8 +53,6 @@
|
||||
|
||||
- name: Copying over extra configuration file
|
||||
become: true
|
||||
vars:
|
||||
service_name: "{{ item.0 }}"
|
||||
template:
|
||||
src: "{{ item.path }}"
|
||||
dest: "{{ node_config_directory }}/grafana/{{ item.path | basename }}"
|
||||
|
@ -12,7 +12,7 @@
|
||||
"source": "{{ container_config_directory }}/{{ plugin.path | basename }}",
|
||||
"dest": "/etc/grafana/{{ plugin.path | basename }}",
|
||||
"owner": "grafana",
|
||||
"perm": "0600",
|
||||
"perm": "0600"
|
||||
},
|
||||
{% endfor %}{% endif %}{% endif %}
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user