mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -06:00
troubleshooting
This commit is contained in:
committed by
Steve Smith
parent
989167efcb
commit
983bfce5d6
@@ -33,8 +33,8 @@
|
||||
until: output.status == 200
|
||||
retries: 6
|
||||
delay: 15
|
||||
failed_when: output.json.state != 'INITIALISING'
|
||||
#failed_when: "'INITIALISING' not in output.content"
|
||||
#failed_when: output.json.state != 'INITIALISING'
|
||||
failed_when: "'INITIALISING' not in output.content"
|
||||
|
||||
- name: get status of import
|
||||
debug: var=output
|
||||
|
||||
Reference in New Issue
Block a user