Fix url for waiting for jira node to start up again

This commit is contained in:
Ben Partridge
2020-03-26 15:34:25 +11:00
parent e4500f3944
commit 258744513f

View File

@@ -31,7 +31,7 @@
post_tasks:
- name: Wait for node to finish startup
uri:
url: "{{ atl_jira_baseurl }}/status"
url: "127.0.0.1{{ atl_tomcat_contextpath }}/status"
method: GET
status_code: 200
register: jira_state