Set-OPS-Public/roles/nftables_baseline/handlers/main.yml

5 lines
102 B
YAML
Raw Normal View History

---
- name: Reload nftables
ansible.builtin.command: nft -f /etc/nftables.conf
changed_when: true