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