NextCloud-prep/roles/sshd/handlers/main.yml

7 lines
89 B
YAML
Raw Normal View History

---
- name: Restart sshd
ansible.builtin.service:
name: sshd
state: restarted