remove old variable_dep for iptables-ipfs, the role should be called if needed by another role
This commit is contained in:
parent
af7de5fbbc
commit
15779943bf
1 changed files with 0 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue