init
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
decentral1se
2022-05-30 13:44:52 +02:00
commit 092a3fa07c
13 changed files with 164 additions and 0 deletions

6
handlers/main.yml Normal file
View File

@ -0,0 +1,6 @@
---
- name: Restart SSH
become: true
service:
name: ssh
state: restarted