Skip to content

Commit

Permalink
PMM-7 fix #2918
Browse files Browse the repository at this point in the history
  • Loading branch information
BupycHuk committed Mar 25, 2024
1 parent 1cc7660 commit 41a811b
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -220,14 +220,14 @@
name: sqlite-to-postgres
tags:
- skip_ansible_lint # '503 Tasks that run when changed should likely be handlers'.
when: is_database_sqlite.stat.exists

- name: Change default admin id
postgresql_query:
db: grafana
query: UPDATE "user" SET id='1' WHERE login='admin';
when: not ansible_check_mode
- name: Change default admin id
postgresql_query:
db: grafana
query: UPDATE "user" SET id='1' WHERE login='admin';
when: not ansible_check_mode

when: is_database_sqlite.stat.exists
when: docker_upgrade

- name: Copy file with image version
Expand Down

0 comments on commit 41a811b

Please sign in to comment.