summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
authorMatthew Jones <bsdmatburt@gmail.com>2017-09-08 22:10:01 +0200
committerGitHub <noreply@github.com>2017-09-08 22:10:01 +0200
commit493094dc180f452ebd89cd8fad448e55a0434bcd (patch)
treebe645a3ecd8e928b2873a95650e6277242e4c435 /installer
parentMerge pull request #77 from martinbydefault/patch-1 (diff)
downloadawx-493094dc180f452ebd89cd8fad448e55a0434bcd.tar.xz
awx-493094dc180f452ebd89cd8fad448e55a0434bcd.zip
Revert "Ensure Docker is running fixes #59"
Diffstat (limited to 'installer')
-rw-r--r--installer/image_build/tasks/main.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/installer/image_build/tasks/main.yml b/installer/image_build/tasks/main.yml
index b063a113ae..45a9879623 100644
--- a/installer/image_build/tasks/main.yml
+++ b/installer/image_build/tasks/main.yml
@@ -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 }}"