init
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
decentral1se
2022-05-30 14:02:36 +02:00
commit 3b698b9133
13 changed files with 164 additions and 0 deletions

6
handlers/main.yml Normal file
View File

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