mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
change failed_when
This commit is contained in:
committed by
Steve Smith
parent
40f9d39692
commit
60684a21a0
@@ -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.json.state
|
||||
|
||||
Reference in New Issue
Block a user