This commit is contained in:
6
handlers/main.yml
Normal file
6
handlers/main.yml
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: Restart ufw
|
||||
become: true
|
||||
service:
|
||||
name: ufw
|
||||
state: restarted
|
Reference in New Issue
Block a user