Skip to content

Commit

Permalink
PMM-12587 Fix drop DB for EL7. (#2560)
Browse files Browse the repository at this point in the history
  • Loading branch information
BupycHuk authored Oct 18, 2023
1 parent 9564347 commit 85ca980
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@
state: stopped

- name: Drop grafana database from postgres EL7
postgresql_query:
db: postgres
query: DROP DATABASE grafana WITH (FORCE);
command: dropdb -f grafana -U postgres
when:
- ansible_distribution == "CentOS"
- ansible_distribution_major_version == "7"
Expand Down

0 comments on commit 85ca980

Please sign in to comment.