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 e8203c4 commit 33e9faa
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 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_py_version: "1.10.6"
docker_options: ""
docker_keyserver: "hkp://p80.pool.sks-keyservers.net:80"
6 changes: 2 additions & 4 deletions examples/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,5 @@

tasks:
- name: Bring up a test container
docker:
name: test
image: busybox
state: started
command: docker run busybox sh
become: yes
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-py
version="{{ docker_py_version }}"
state=present

0 comments on commit 33e9faa

Please sign in to comment.