mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 08:53:07 -06:00
changes to status checks
This commit is contained in:
committed by
Steve Smith
parent
a57edf7a9b
commit
692eb8d011
@@ -30,9 +30,10 @@
|
|||||||
body_format: json
|
body_format: json
|
||||||
return_content: yes
|
return_content: yes
|
||||||
register: output
|
register: output
|
||||||
until: output is defined and output.status == 200 and output.json is defined and output.json.state != 'INITIALISING'
|
until: output.status == 200
|
||||||
retries: 6
|
retries: 6
|
||||||
delay: 15
|
delay: 15
|
||||||
|
failed_when: output is defined and output.json is defined and output.json.state != 'INITIALISING'
|
||||||
#failed_when: "'INITIALISING' not in output.content"
|
#failed_when: "'INITIALISING' not in output.content"
|
||||||
|
|
||||||
- name: get import status
|
- name: get import status
|
||||||
|
|||||||
Reference in New Issue
Block a user