quote the correct argument
This commit is contained in:
parent
3a2801309f
commit
ac13a1118e
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}:tcp'
|
||||
action: command lokkit -p '${item}:tcp'
|
||||
with_items: $tcp_ports
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue