Skip to content

Commit

Permalink
Fix docker-py on 1.1.0 .
Browse files Browse the repository at this point in the history
  • Loading branch information
dochang committed Jun 7, 2015
1 parent 07927f2 commit 1313416
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion roles/mole/tasks/main.yml
@@ -1,7 +1,8 @@
---
- name: Ensure docker-py present
pip:
name: docker-py
# ansible/ansible-modules-core#1227
name: 'docker-py==1.1.0'
state: present
environment:
no_proxy: '*'
Expand Down

0 comments on commit 1313416

Please sign in to comment.