xoxys.sshd/handlers/main.yml
Robert Kaussow 1366f1473a
Some checks failed
continuous-integration/drone/push Build is failing
initial commit
2019-11-02 19:10:39 +01:00

9 lines
138 B
YAML

---
- name: Restart ssh server
service:
name: sshd
state: restarted
listen: __sshd_restart
become: True
become_user: root