add handler for sshd restarts

This commit is contained in:
Timo Makinen 2019-05-27 21:03:31 +03:00
parent d12261fe1c
commit 33a70eacfd

View file

@ -0,0 +1,6 @@
---
- name: restart sshd
service:
name: sshd
state: restarted