We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ebea1e + 15185c5 commit 93ae9bdCopy full SHA for 93ae9bd
1 file changed
roles/telemetry_chargeback/tasks/flush_loki_data.yml
@@ -33,7 +33,7 @@
33
ansible.builtin.assert:
34
that:
35
- "flush_response.stdout in ['200', '204']"
36
- fail_msg: "Flush failed with status: {{ flush_response.stdout }}"
+ fail_msg: "Flush failed with status: {{ flush_response.stderr }}"
37
success_msg: "Ingester Memory Flushed successfully"
38
39
rescue:
0 commit comments