explicit conversion to string
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
10cce6eb7c
commit
4845ea8a18
|
@ -7,7 +7,7 @@
|
|||
chain: DOCKER-USER
|
||||
source: '0.0.0.0/0'
|
||||
protocol: '{{ item }}'
|
||||
destination_port: '{{ geth_port }}'
|
||||
destination_port: '{{ geth_port | string }}'
|
||||
with_items:
|
||||
- tcp
|
||||
- udp
|
||||
|
|
Loading…
Reference in New Issue