fix name of loop_index variable
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
ac72df3342
commit
e8561faec3
|
@ -53,7 +53,7 @@
|
|||
vars:
|
||||
consul_config_name: '{{ container_name | replace("-", "_") }}'
|
||||
consul_services:
|
||||
- id: '{{ container_name }}-{{ index }}'
|
||||
- id: '{{ container_name }}-{{ loop_index }}'
|
||||
name: 'beacon-node'
|
||||
port: '{{ public_tcp_port }}'
|
||||
tags: ['{{ env }}.{{ stage }}', 'beacon', 'nimbus']
|
||||
|
|
Loading…
Reference in New Issue