Fix iptables-nft to iptables on arch

This commit is contained in:
2022-06-30 06:38:05 +02:00
parent 6e4c633b42
commit 0d9076d5ed

View File

@@ -186,7 +186,7 @@
file: packages.yml
- name: force-update iptables to iptables-nft on arch
shell: pacman -Q iptables-nft || yes | pacman -S iptables-nft
shell: pacman -Q iptables && yes | pacman -S iptables-nft
changed_when: false
become: true
when: distro == 'archlinux'