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
|
chain: DOCKER-USER
|
||||||
source: '0.0.0.0/0'
|
source: '0.0.0.0/0'
|
||||||
protocol: '{{ item }}'
|
protocol: '{{ item }}'
|
||||||
destination_port: '{{ geth_port }}'
|
destination_port: '{{ geth_port | string }}'
|
||||||
with_items:
|
with_items:
|
||||||
- tcp
|
- tcp
|
||||||
- udp
|
- udp
|
||||||
|
|
Loading…
Reference in New Issue