mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-27 03:52:09 +08:00
Remove typo from kojibuilder nftables template.
Signed-off-by: James Antill <james@and.org>
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user