ansible/roles/sshd/handlers/main.yml

5 lines
88 B
YAML

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