Skip to content

Commit 93ae9bd

Browse files
authored
Merge branch 'master' into alexy_ck_job_4_clean
2 parents 5ebea1e + 15185c5 commit 93ae9bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

roles/telemetry_chargeback/tasks/flush_loki_data.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
ansible.builtin.assert:
3434
that:
3535
- "flush_response.stdout in ['200', '204']"
36-
fail_msg: "Flush failed with status: {{ flush_response.stdout }}"
36+
fail_msg: "Flush failed with status: {{ flush_response.stderr }}"
3737
success_msg: "Ingester Memory Flushed successfully"
3838

3939
rescue:

0 commit comments

Comments
 (0)