add handler for sshd restarts
This commit is contained in:
parent
d12261fe1c
commit
33a70eacfd
1 changed files with 6 additions and 0 deletions
6
roles/base/handlers/main.yml
Normal file
6
roles/base/handlers/main.yml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
---
|
||||||
|
|
||||||
|
- name: restart sshd
|
||||||
|
service:
|
||||||
|
name: sshd
|
||||||
|
state: restarted
|
Loading…
Add table
Add a link
Reference in a new issue