This repository has been archived on 2026-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
Set-OPS/roles/nftables_baseline/handlers/main.yml

4 lines
102 B
YAML

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