projects
/
osm
/
vim-emu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b2f3d6
)
Fix: urllib is not available in pip anymore. Lets try without.
author
peusterm
<manuel.peuster@uni-paderborn.de>
Wed, 6 Sep 2017 13:56:10 +0000
(15:56 +0200)
committer
peusterm
<manuel.peuster@uni-paderborn.de>
Wed, 6 Sep 2017 13:56:10 +0000
(15:56 +0200)
Signed-off-by: peusterm <manuel.peuster@uni-paderborn.de>
ansible/install.yml
patch
|
blob
|
history
diff --git
a/ansible/install.yml
b/ansible/install.yml
index
b972b4e
..
841b2e9
100755
(executable)
--- a/
ansible/install.yml
+++ b/
ansible/install.yml
@@
-72,8
+72,8
@@
- name: install ipaddress
pip: name=ipaddress state=latest
- - name: install urllib
- pip: name=urllib state=latest
+
#
- name: install urllib
+
#
pip: name=urllib state=latest