| commit | c6c25ea1cb42ec50cbcea8568a1a898c8bd99deb | [log] [tgz] |
|---|---|---|
| author | peusterm <manuel.peuster@uni-paderborn.de> | Wed Sep 06 15:56:10 2017 +0200 |
| committer | peusterm <manuel.peuster@uni-paderborn.de> | Wed Sep 06 15:56:10 2017 +0200 |
| tree | 5fb9dc553f427bdfe5e414d8c46f2bd8aa4114b8 | |
| parent | 2b2f3d6a29bc508406accf575cd43f4e65ee79ab [diff] |
Fix: urllib is not available in pip anymore. Lets try without. Signed-off-by: peusterm <manuel.peuster@uni-paderborn.de>
diff --git a/ansible/install.yml b/ansible/install.yml index b972b4e..841b2e9 100755 --- 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