From 679ddf22d6302876f4069f3df08cf4e8805a8725 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Wed, 8 May 2024 11:49:10 +0200 Subject: [PATCH] Remove iptables workaround --- playbook.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/playbook.yml b/playbook.yml index 6d56a4a..811e4da 100644 --- a/playbook.yml +++ b/playbook.yml @@ -159,11 +159,6 @@ include_vars: file: packages.yml - - name: force-update iptables to iptables-nft on arch - shell: pacman -Q iptables && yes | pacman -S iptables-nft - changed_when: false - become: true - - set_fact: defined_packages: "{{ packages }}"