Merge pull request #61 from Numblesix/devel

Ensure Docker is running fixes #59
This commit is contained in:
Wayne Witzel III 2017-09-08 09:34:18 -04:00 committed by GitHub
commit a825c84521

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 }}"