bsdnix/roles/ssh/handlers/main.yaml

8 lines
92 B
YAML

---
- name: start sshd
service:
name: sshd
state: restarted
async: 45
poll: 5