From 53ac451452c0c098d812699e1eab8fd31a18773d Mon Sep 17 00:00:00 2001
From: Tok <tony.g.kay@gmail.com>
Date: Tue, 28 May 2019 22:21:48 +0200
Subject: [PATCH] Further cleanup to S3 bucket URL

---
 ansible/configs/linklight/pre_infra.yml |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/ansible/configs/linklight/pre_infra.yml b/ansible/configs/linklight/pre_infra.yml
index 3876337..07ea839 100644
--- a/ansible/configs/linklight/pre_infra.yml
+++ b/ansible/configs/linklight/pre_infra.yml
@@ -67,9 +67,7 @@
     - when: create_login_page  
       name: Output user.info string for email when a workshop, create_login_page set to true, S3 bucket
       debug:
-        msg: 
-          - "user.info: The list of VMs for this workshop is available at:"
-          - "user.info: http://{{ guid }}.{{ workshop_dns_zone }}" 
+        msg: "user.info: The list of VMs for this workshop is available at: http://{{ guid }}.{{ workshop_dns_zone }}" 
 
     - debug:
         msg: "Post-Software checks completed successfully"

--
Gitblit v1.9.3