From 15779943bfaf3eb11baf930c6ea21cf53485ad81 Mon Sep 17 00:00:00 2001 From: Claudio Maradonna Date: Tue, 6 Dec 2022 17:10:37 +0100 Subject: [PATCH] remove old variable_dep for iptables-ipfs, the role should be called if needed by another role --- roles/iptables-ipfs/tasks/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/iptables-ipfs/tasks/main.yml b/roles/iptables-ipfs/tasks/main.yml index de56cc8..ead1d32 100644 --- a/roles/iptables-ipfs/tasks/main.yml +++ b/roles/iptables-ipfs/tasks/main.yml @@ -4,7 +4,6 @@ - name: setup iptables for IPFS when: - "is_docker is not true" - - "ipfs_enabled is true" block: - name: Allow new, established packets on TCP/UDP port 4001 (IPFS) ansible.builtin.iptables: