mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
remove duplicate 'failed_when'
This commit is contained in:
committed by
Steve Smith
parent
12853e9a55
commit
6f78418b57
@@ -34,7 +34,7 @@
|
||||
retries: 6
|
||||
delay: 15
|
||||
#failed_when: output.json.state != 'INITIALISING'
|
||||
failed_when: failed_when: "'INITIALISING' not in output.content"
|
||||
failed_when: "'INITIALISING' not in output.content"
|
||||
|
||||
- name: get status of import
|
||||
debug: var=output
|
||||
|
||||
Reference in New Issue
Block a user