--- # Part of role: common # Called by: ansible/playbooks/bootstrap-minisforum.yaml # Description: Handlers for the common role, including SSH service restart. - name: Restart sshd ansible.builtin.service: name: sshd state: restarted