Remove iptables workaround

This commit is contained in:
2024-05-08 11:49:10 +02:00
parent 885def6c5b
commit 679ddf22d6

View File

@@ -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 }}"