Revert "Ensure Docker is running fixes #59"

This commit is contained in:
Matthew Jones 2017-09-08 16:10:01 -04:00 committed by GitHub
parent 4067cf639b
commit 493094dc18

View File

@ -140,11 +140,6 @@
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 }}"