Skip to content

Commit

Permalink
let's try this...
Browse files Browse the repository at this point in the history
marklee77 committed May 28, 2015
1 parent 631d004 commit 1b9c421
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
@@ -40,7 +40,12 @@
with_items:
- docker

- name: ensure that pip is installed
shell: curl -s https://bootstrap.pypa.io/get-pip.py | python -
creates=/usr/local/bin/pip

- name: ensure that docker-py client library has been installed via pip
pip:
name: docker-py
state: latest

0 comments on commit 1b9c421

Please sign in to comment.