From c6c25ea1cb42ec50cbcea8568a1a898c8bd99deb Mon Sep 17 00:00:00 2001 From: peusterm Date: Wed, 6 Sep 2017 15:56:10 +0200 Subject: [PATCH] Fix: urllib is not available in pip anymore. Lets try without. Signed-off-by: peusterm --- ansible/install.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.17.1