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

7 lines
89 B
YAML

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