Skip to content

Commit

Permalink
PMM-7 Better grafana start/stop handler
Browse files Browse the repository at this point in the history
  • Loading branch information
ademidoff authored Nov 20, 2024
1 parent 82310f6 commit 77c5d6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/ansible/roles/dashboards/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
become: true
become_user: pmm
become_method: su
register: stop_grafana

- name: Retrieve Percona plugins
find:
Expand Down Expand Up @@ -50,3 +51,4 @@
become: true
become_user: pmm
become_method: su
when: stop_grafana.changed == true

0 comments on commit 77c5d6b

Please sign in to comment.