mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -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
|
||||
return_content: yes
|
||||
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
|
||||
delay: 15
|
||||
failed_when: output is defined and output.json is defined and output.json.state != 'INITIALISING'
|
||||
#failed_when: "'INITIALISING' not in output.content"
|
||||
|
||||
- name: get import status
|
||||
|
||||
Reference in New Issue
Block a user