restart sshd if needed
This commit is contained in:
parent
96bc6e97c0
commit
65ea776c21
2 changed files with 8 additions and 0 deletions
4
handlers/main.yml
Normal file
4
handlers/main.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
- name: restart sshd
|
||||
systemd:
|
||||
name: sshd
|
||||
state: restarted
|
Reference in a new issue