--- - name: Restart datum-gateway systemd: name: datum-gateway state: restarted daemon_reload: yes # Ungated. This one carried `when: uptime_kuma_enabled | default(false)` while # the main Restart datum-gateway handler above did not — so on this service the # deployment restart worked and only the health-check timer restart was dead. - name: Restart datum-gateway health check timer systemd: name: datum-gateway-healthcheck.timer state: restarted daemon_reload: yes