change failed_when

This commit is contained in:
Andy Rajagopalan
2019-12-17 23:31:33 -08:00
committed by Steve Smith
parent 1f6869e90d
commit 631b999237

View File

@@ -33,7 +33,7 @@
until: output.status == 200 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: 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 status of import - name: get status of import