Casted WWW_REDIRECT_ENABLED to bool

This commit is contained in:
2025-09-23 19:18:22 +02:00
parent 12d05ef013
commit c523d8d8d4
3 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@
system_service_tpl_exec_start: >
{{ system_service_script_exec }}
--web-protocol {{ WEB_PROTOCOL }}
--expectations '{{ applications | web_health_expectations(www_enabled=WWW_REDIRECT_ENABLED, group_names=group_names) | to_json }}'
--expectations '{{ applications | web_health_expectations(www_enabled=WWW_REDIRECT_ENABLED | bool, group_names=group_names) | to_json }}'
system_service_suppress_flush: true # The healthcheck will just work after all routines passed
- include_tasks: utils/run_once.yml