From 224d98cbb0a1f771c7048b8300a6155c571c740e Mon Sep 17 00:00:00 2001 From: James Antill Date: Mon, 3 Mar 2025 16:52:02 -0500 Subject: [PATCH] Remove typo from kojibuilder nftables template. Signed-off-by: James Antill --- roles/base/templates/nftables/nftables.kojibuilder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/base/templates/nftables/nftables.kojibuilder b/roles/base/templates/nftables/nftables.kojibuilder index 58ccda54ff..36b3536043 100644 --- a/roles/base/templates/nftables/nftables.kojibuilder +++ b/roles/base/templates/nftables/nftables.kojibuilder @@ -1,5 +1,5 @@ # {{ ansible_managed }} -*add table ip filter +add table ip filter add chain ip filter INPUT { type filter hook input priority 0; policy drop; } add chain ip filter FORWARD { type filter hook forward priority 0; policy drop; } add chain ip filter OUTPUT { type filter hook output priority 0; policy drop; }