From cd024b03d675789f3a2a457ad3baf44cf04717f4 Mon Sep 17 00:00:00 2001 From: Brian Lee Date: Sun, 23 Jul 2023 12:19:43 -0700 Subject: [PATCH] Deprecate iptables in favor of nftables moving foward. --- vars/Debian.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/Debian.yml b/vars/Debian.yml index 7938451..2b86ef6 100644 --- a/vars/Debian.yml +++ b/vars/Debian.yml @@ -6,7 +6,7 @@ sysadmin_packages: - git - gpg - htop - - iptables +# - iptables # replace with nftables - iputils-ping - jq - net-tools