--- # handlers file for common - name: Restart SSH ansible.builtin.service: name: ssh state: restarted become: true