Fix: urllib is not available in pip anymore. Lets try without.
[osm/vim-emu.git] / ansible / install.yml
index d6a6297..841b2e9 100755 (executable)
@@ -72,5 +72,8 @@
    - name: install ipaddress
      pip: name=ipaddress state=latest
 
+   #- name: install urllib
+   #  pip: name=urllib state=latest
+