Skip to content
Snippets Groups Projects
Commit 31a5848b authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Start Docker after upgrade"

parents 2fb08fa4 82e58a7a
No related branches found
No related tags found
No related merge requests found
...@@ -75,6 +75,15 @@ ...@@ -75,6 +75,15 @@
# daemon to come up and start all previously running containers. # daemon to come up and start all previously running containers.
- block: - block:
# At some point (at least on CentOS 7) Docker CE stopped starting
# automatically after an upgrade from legacy docker . Start it manually.
- name: Start docker
service:
name: docker
state: started
enabled: yes
become: True
- name: Wait for Docker to start - name: Wait for Docker to start
command: docker info command: docker info
become: true become: true
......
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