fix name of loop_index variable

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-04-02 15:48:39 +02:00
parent ac72df3342
commit e8561faec3
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 1 deletions

View File

@ -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']