restart sshd if needed

This commit is contained in:
Pim Kunis 2023-04-26 19:12:10 +02:00
parent 96bc6e97c0
commit 65ea776c21
2 changed files with 8 additions and 0 deletions

4
handlers/main.yml Normal file
View file

@ -0,0 +1,4 @@
- name: restart sshd
systemd:
name: sshd
state: restarted