From f3767a8e8c4e0c79452e9cd71c1fe6a9e0923706 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Mon, 3 Jul 2017 15:39:07 +0200 Subject: [PATCH] fix welcome message --- roles/3scale/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/3scale/tasks/main.yml b/roles/3scale/tasks/main.yml index 5df656b..090d03b 100644 --- a/roles/3scale/tasks/main.yml +++ b/roles/3scale/tasks/main.yml @@ -197,7 +197,7 @@ threescale_default_backend_map: microcks: http://{{ microcks_hostname }} tags: vars - + - set_fact: threescale_admin_hostname: '{{ route.stdout }}' threescale_backend_map: '{{ threescale_default_backend_map |combine(threescale_additional_backend_map|default({})) }}' @@ -234,5 +234,5 @@ tags: status - name: 3scale is ready ! - debug: msg="Login on https://{{ route.stdout }} with username = '{{ username.stdout }}' and password = '{{ password.stdout }}'" + debug: msg="Login on https://{{ threescale_admin_hostname }} with username = '{{ username.stdout }}' and password = '{{ password.stdout }}'" tags: status