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:
parent
53c20f289a
commit
e3fd0b10e0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user