We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0e0645 commit 56e8512Copy full SHA for 56e8512
build/ansible/roles/dashboards/tasks/main.yml
@@ -13,9 +13,10 @@
13
loop: "{{ plugin_list['files'] }}"
14
15
- name: Copy new plugins to the plugin directory
16
- synchronize:
+ copy:
17
src: /usr/share/percona-dashboards/panels/
18
dest: /srv/grafana/plugins/
19
+ remote_src: yes
20
21
- name: Set permissions for the plugin directory
22
file:
build/ansible/roles/grafana/files/change-admin-password
@@ -2,4 +2,4 @@
2
#
3
# Change password for default admin user in PMM
4
5
-grafana cli --config=/etc/grafana/grafana.ini --homepath /usr/share/grafana admin reset-admin-password $1
+grafana cli --config=/etc/grafana/grafana.ini --homepath /usr/share/grafana admin reset-admin-password "$1"
0 commit comments