Skip to content

Commit

Permalink
fix в проверке успешности pganalyze под новую версию
Browse files Browse the repository at this point in the history
  • Loading branch information
M1ha-Shvn committed Oct 11, 2023
1 parent b81ac10 commit 80af8f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlers/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
changed_when: false
failed_when:
- pganalyze_test_result.rc == 0
- "'Test submission successful' not in pganalyze_test_result.stderr"
- "'Test submission successful' not in pganalyze_test_result.stderr or 'Test collection successful' not in pganalyze_test_result.stderr"
when:
- pganalyze_service_state != 'stopped'
- pganalyze_postgresql_state != 'stopped'
Expand Down

0 comments on commit 80af8f7

Please sign in to comment.