From 47a27e6062d47580ca5897c6ce274b12c3a23ac9 Mon Sep 17 00:00:00 2001 From: Ben Partridge Date: Thu, 26 Mar 2020 16:16:08 +1100 Subject: [PATCH] Add missing tomcat port in jira status endpoint for ZDU finish --- aws_jira_cluster_zdu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws_jira_cluster_zdu.yml b/aws_jira_cluster_zdu.yml index 9b08596..12869ee 100644 --- a/aws_jira_cluster_zdu.yml +++ b/aws_jira_cluster_zdu.yml @@ -31,7 +31,7 @@ post_tasks: - name: Wait for node to finish startup uri: - url: "{{ atl_tomcat_scheme }}://127.0.0.1{{ atl_tomcat_contextpath }}/status" + url: "{{ atl_tomcat_scheme }}://127.0.0.1:{{ atl_tomcat_port }}{{ atl_tomcat_contextpath }}/status" method: GET status_code: 200 register: jira_state