Add nftables handler
This commit is contained in:
parent
75feb337d5
commit
917459c309
1 changed files with 7 additions and 0 deletions
|
|
@ -101,3 +101,10 @@
|
|||
ansible.builtin.systemd:
|
||||
name: sddm
|
||||
enabled: false
|
||||
|
||||
- name: Restart nftables
|
||||
become: true
|
||||
ansible.builtin.systemd:
|
||||
name: nftables
|
||||
enabled: true
|
||||
state: restarted
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue