ansible/roles/nftables/handlers/main.yml

5 lines
95 B
YAML

---
- name: Reload nftables
ansible.builtin.service:
name: nftables
state: restarted