The Handler That Never Fired

Fix a notify/handler name mismatch that silently skips the service restart.

A beginner Ansible challenge worth 3 points. Solve it hands-on in a real Ansible environment in your browser - no local setup, no fake shells.

The Challenge

Scenario: Incident 4471 - operators changed a listen port, the playbook went green, and the service served the old port for three hours. The task notifies restart checkout; the handler is named Restart Checkout.

Make the handler fire when the rendered config changes, and stay silent when nothing changes. Evidence is one line appended to ~/var/log/restart.log per real change. Then run check.