It's not required to pull specific docker image for development env

Pulling of specific image should be done during configuration
run.
This commit is contained in:
Evgeniy L 2015-04-13 16:55:25 +03:00
parent 53c20f289a
commit e3fd0b10e0
1 changed files with 0 additions and 1 deletions

View File

@ -6,4 +6,3 @@
register: docker_version
- shell: curl -sSL https://get.docker.com/ | sudo sh
when: docker_version | failed
- shell: docker pull debian:jessie