fix: trim Loki readiness output in failure guard
Some checks failed
Deploy Cluster / Terraform (push) Successful in 46s
Deploy Cluster / Ansible (push) Failing after 19m31s

This commit is contained in:
2026-03-02 10:09:15 +00:00
parent 124fe94d0e
commit 3dcf71a84f

View File

@@ -176,7 +176,7 @@
{{ loki_events.stdout | default('n/a') }}
when:
- loki_install.rc != 0 or (loki_rollout.rc | default(1)) != 0
- loki_core_ready.stdout | default('false') != 'true'
- (loki_core_ready.stdout | default('false') | trim) != 'true'
- name: Write Promtail values
template: