ansible-infra/roles/nftables/handlers/main.yaml
June 3aa146d723
Some checks failed
/ Ansible Lint (push) Failing after 3m22s
nftables(role): reload instead of restart
This should make the role more robust against misconfigurations.
2026-05-06 14:19:38 +02:00

5 lines
121 B
YAML

- name: Reload nftables service
ansible.builtin.systemd_service:
name: nftables
state: reloaded
become: true