nftables(role): reload instead of restart
Some checks failed
/ Ansible Lint (push) Failing after 3m22s

This should make the role more robust against misconfigurations.
This commit is contained in:
June 2026-05-06 14:19:38 +02:00
commit 3aa146d723
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
- name: Restart nftables service
- name: Reload nftables service
ansible.builtin.systemd_service:
name: nftables
state: restarted
state: reloaded
become: true

View file

@ -12,4 +12,4 @@
owner: root
group: root
become: true
notify: Restart nftables service
notify: Reload nftables service