- name: Enable OpenSSH Server Service
ansible.windows.win_service:
name: sshd
start_mode: auto
state: started