--- - name: Restart ssh ansible.builtin.service: name: ssh state: restarted - name: Reload systemd ansible.builtin.systemd: daemon_reload: true