common/handlers/main.yml

7 lines
111 B
YAML

---
- name: common | Restart SSH daemon
systemd:
daemon_reload: true
name: sshd
state: restarted