Skip to content

Commit

Permalink
Don’t install docker SDK.
Browse files Browse the repository at this point in the history
  • Loading branch information
tnation14 committed Mar 16, 2017
1 parent 2f52b1d commit 29874dc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
docker_version: "1.12.*"
docker_python_sdk_version: "2.1.0"
docker_options: ""
docker_keyserver: "hkp://p80.pool.sks-keyservers.net:80"
5 changes: 0 additions & 5 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,3 @@
template: src=docker.j2 dest=/etc/default/docker
notify:
- Restart Docker

- name: Install Docker API client for Python
pip: name=docker
version="{{ docker_python_sdk_version }}"
state=present

0 comments on commit 29874dc

Please sign in to comment.