You've already forked role_nftables
feat: Create role
This commit is contained in:
10
handlers/main.yml
Normal file
10
handlers/main.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
# handlers file for nftables
|
||||
|
||||
- name: Restart nftables.service
|
||||
ansible.builtin.systemd:
|
||||
name: nftables.service
|
||||
state: restarted
|
||||
enabled: true
|
||||
masked: false
|
||||
become: true
|
Reference in New Issue
Block a user