# vim: ft=yaml.ansible # code: language=ansible --- - name: Restart sshd ansible.builtin.service: name: sshd state: restarted