Add nftables handler

This commit is contained in:
Sonny Bakker 2026-07-20 13:08:19 +02:00
parent 75feb337d5
commit 917459c309

View file

@ -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