remove old variable_dep for iptables-ipfs, the role should be called if needed by another role

This commit is contained in:
Claudio Maradonna 2022-12-06 17:10:37 +01:00
parent af7de5fbbc
commit 15779943bf
Signed by: claudiomaradonna
GPG Key ID: 0CBA58694C5680D9
1 changed files with 0 additions and 1 deletions

View File

@ -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: