Remove task import from jail_config_service and mark TASK-03 done

This commit is contained in:
2026-04-14 14:38:43 +02:00
parent 2a7766d206
commit 41f8c1f6cb
3 changed files with 13 additions and 4 deletions

View File

@@ -174,3 +174,5 @@ async def probe(socket_path: str, timeout: float = _SOCKET_TIMEOUT) -> ServerSta
except ValueError as exc:
log.error("fail2ban_probe_parse_error", error=str(exc))
return ServerStatus(online=False)