From b21dbaafe7f0d6ffeff360eb2da4d14e6962e32f Mon Sep 17 00:00:00 2001 From: Henry Geay de Montenon Date: Thu, 7 Oct 2021 14:38:41 +0200 Subject: [PATCH] Use externally provided variable for log host --- tasks/deploy_cluster_ipi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/deploy_cluster_ipi.yml b/tasks/deploy_cluster_ipi.yml index 9479d0f..759cb32 100644 --- a/tasks/deploy_cluster_ipi.yml +++ b/tasks/deploy_cluster_ipi.yml @@ -187,7 +187,7 @@ msg: | You can watch the OpenShift installation logs by opening the following URL: - http://{{ groups['target'][0] }}:9001 + http://{{ aio_host_ip_address }}:9001 debug: msg: "{{ msg.split('\n') }}"