From e8561faec3a275ef2f95f211907691b4e3761114 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Tue, 2 Apr 2019 15:48:39 +0200 Subject: [PATCH] fix name of loop_index variable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- tasks/beacon_node.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/beacon_node.yml b/tasks/beacon_node.yml index 582a875..d0a182e 100644 --- a/tasks/beacon_node.yml +++ b/tasks/beacon_node.yml @@ -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']