troubleshooting

This commit is contained in:
Andy Rajagopalan
2019-12-06 11:45:38 -08:00
parent 52e7d50294
commit 6e73d2b435

View File

@@ -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