Fix redirect check, but this is wrong
Some checks failed
/ build (push) Failing after 2m40s
/ Ansible Lint (push) Successful in 2m59s

Redirect checks should not repeat the content check for the target, but simply check that the redirect is going to the right URL.
This commit is contained in:
Stefan Bethke 2026-06-19 09:30:18 +02:00
commit 899dbea4dd

View file

@ -238,4 +238,4 @@ endpoints:
conditions: conditions:
- "[STATUS] == 200" - "[STATUS] == 200"
- "[CERTIFICATE_EXPIRATION] > 48h" - "[CERTIFICATE_EXPIRATION] > 48h"
- "[BODY] == pat(*Wir sind der Chaos Computer Club der Hansestadt Hamburg.*)" - "[BODY] == pat(*STATUS_CANARY_HAMBURG_CCC_DE_DO_NOT_TOUCH*)"