Skip to content

Commit

Permalink
PMM-13483 Don't stop Grafana
Browse files Browse the repository at this point in the history
  • Loading branch information
ademidoff committed Nov 19, 2024
1 parent 45998f9 commit 3b5a6e3
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions build/ansible/roles/dashboards/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
---
- name: Stop Grafana
community.general.supervisorctl:
name: grafana
state: stopped
become: true
become_user: pmm
become_method: su

- name: Retrieve Percona plugins
find:
paths: /usr/share/percona-dashboards/panels/
Expand Down Expand Up @@ -42,11 +34,3 @@
group: pmm
mode: 0644
remote_src: yes

- name: Start Grafana
community.general.supervisorctl:
name: grafana
state: started
become: true
become_user: pmm
become_method: su

0 comments on commit 3b5a6e3

Please sign in to comment.