Skip to content

Commit

Permalink
PMM-7 ignore errors on not really necessary step. (#2564)
Browse files Browse the repository at this point in the history
  • Loading branch information
BupycHuk committed Oct 20, 2023
1 parent 85ca980 commit 12ce642
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@
register: psql_result
until: psql_result.rowcount == 1
when: not ansible_check_mode
ignore_errors: yes

- name: Wait for grafana database initialization
pause:
Expand Down

0 comments on commit 12ce642

Please sign in to comment.