remove duplicate 'failed_when'

This commit is contained in:
Andy Rajagopalan
2019-12-06 11:25:05 -08:00
committed by Steve Smith
parent 12853e9a55
commit 6f78418b57

View File

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