ansible/roles/nftables/handlers/main.yml

6 lines
90 B
YAML

---
- name: Reload nftables
systemd:
name: nftables.service
state: reloaded
...