caddy_base_dir was {{ /opt/homebrew/etc/caddy if ansible_os_family == Darwin
else /etc/caddy }} with unquoted paths/value, so Jinja parsed '/' as division
-> 'unexpected /' templating error (hit on acp_opencode). Quote the literals:
'{{ "/opt/homebrew/etc/caddy" if ansible_os_family == "Darwin" else "/etc/caddy" }}'
across the 9 affected roles.
|
||
|---|---|---|
| .. | ||
| clickhouse | ||
| container_runtime/tasks | ||
| embedding-service | ||
| grafana | ||
| harbor | ||
| kafka | ||
| keycloak | ||
| loki | ||
| minio | ||
| mlflow | ||
| neurapress | ||
| OpenObserve | ||
| otel | ||
| postgres | ||
| ray | ||
| redpanda | ||
| sglang | ||
| Tempo | ||
| trino | ||
| VictoriaLogs | ||
| VictoriaMetrics | ||
| vllm | ||
| XControl | ||
| zitadel | ||
| zitadel_legacy | ||