diff options
author | Matthew Jones <bsdmatburt@gmail.com> | 2017-09-08 22:10:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-08 22:10:01 +0200 |
commit | 493094dc180f452ebd89cd8fad448e55a0434bcd (patch) | |
tree | be645a3ecd8e928b2873a95650e6277242e4c435 /installer | |
parent | Merge pull request #77 from martinbydefault/patch-1 (diff) | |
download | awx-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.yml | 5 |
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 }}" |