add a debug variable

This commit is contained in:
Andy Rajagopalan
2019-11-26 11:53:15 -08:00
parent d4ebbc0e39
commit f17cc1b950

View File

@@ -33,4 +33,7 @@
until: response.status == 200
retries: 6
delay: 15
failed_when: "'INITIALISING' not in response.content"
failed_when: "'INITIALISING' not in response.content"
- name: get status of import
debug: var=response