From: peusterm Date: Wed, 6 Sep 2017 13:56:10 +0000 (+0200) Subject: Fix: urllib is not available in pip anymore. Lets try without. X-Git-Tag: v3.1~11^2 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fvim-emu.git;a=commitdiff_plain;h=c6c25ea1cb42ec50cbcea8568a1a898c8bd99deb;hp=2b2f3d6a29bc508406accf575cd43f4e65ee79ab Fix: urllib is not available in pip anymore. Lets try without. Signed-off-by: peusterm --- 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