add tcp for tcp ports

This commit is contained in:
Seth Vidal 2013-03-06 20:18:46 +00:00
parent 171ef5245a
commit 3a2801309f

View file

@ -42,7 +42,7 @@
# open up tcp ports # open up tcp ports
- name: poke holes in the firewall - name: poke holes in the firewall
action: command lokkit -p $item action: command 'lokkit -p ${item}:tcp'
with_items: $tcp_ports with_items: $tcp_ports