add tcp for tcp ports
This commit is contained in:
parent
171ef5245a
commit
3a2801309f
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
|||
|
||||
# open up tcp ports
|
||||
- name: poke holes in the firewall
|
||||
action: command lokkit -p $item
|
||||
action: command 'lokkit -p ${item}:tcp'
|
||||
with_items: $tcp_ports
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue