Ensure Docker is running fixes #59

Signed-off-by: Sandro Emma <feeds.sandro@gmail.com>
This commit is contained in:
Sandro Emma 2017-09-08 13:55:52 +02:00
parent 37bbb0758c
commit 21ae187d02

View File

@ -140,6 +140,11 @@
dest: "{{ docker_base_path }}/Makefile"
delegate_to: localhost
- name: Docker should be running
service:
name: docker
state: started
- name: Build base web image
docker_image:
path: "{{ docker_base_path }}"