Skip to content
Snippets Groups Projects
Commit 3993d898 authored by Pierre Riteau's avatar Pierre Riteau
Browse files

Try running `docker info` again if it fails

Docker sometimes fails to reply if it has just been started.

Change-Id: I5ae37b8f264437a9e49b09da459e604191f9ed3e
Story: 2006718
Task: 37089
parent c620dd84
No related branches found
No related tags found
No related merge requests found
......@@ -61,6 +61,9 @@
command: "docker info"
register: docker_info
changed_when: False
until: docker_info is success
retries: 3
delay: 5
- name: Fail when loopback-mode containers or images exist
fail:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment