Actually install the nftable template file.

Signed-off-by: James Antill <james@and.org>
This commit is contained in:
James Antill 2025-03-03 14:42:00 -05:00 committed by kevin
commit 4fac049b6a
3 changed files with 29 additions and 0 deletions

View file

@ -26,6 +26,9 @@
- name: Restart iptables
action: service name=iptables state=restarted
- name: Restart nftables
action: service name=nftables state=restarted
- name: Restart ip6tables
action: service name=ip6tables state=restarted