redo json key entry on ln 36

This commit is contained in:
Andy Rajagopalan
2019-11-26 15:39:38 -08:00
committed by Steve Smith
parent 1156dd188d
commit 8cc6c2ac9d

View File

@@ -33,11 +33,14 @@
until: response.status == 200 until: response.status == 200
retries: 6 retries: 6
delay: 15 delay: 15
failed_when: response['response']['json']['state'] != 'INITIALISING' failed_when: response['json']['state'] != 'INITIALISING'
- name: get status of import - name: get status of import
debug: var=response debug: var=response
- name: get job id - name: get job id
debug: var=response['response']['json']['id'] debug: var=response['json']['state']
- name: get job id
debug: var=response['json']['id']