--- # Ungated on purpose. The hand-written handler carried # when: uptime_kuma_enabled | default(false) # so it has been inert since the decommissioning: three tasks notify it (the SSL # certificate, fulcrum.conf and the systemd unit), and none of them could # actually restart Fulcrum. A configuration change therefore applied to disk and # silently never took effect — the worst kind of quiet failure, because the # playbook reports success and the running service keeps its old settings. # # Restarting Fulcrum re-opens its database; it does not reindex. - name: Restart fulcrum systemd: name: fulcrum state: restarted daemon_reload: yes