Fix: urllib is not available in pip anymore. Lets try without.
[osm/vim-emu.git] / ansible / install.yml
index fc25d48..841b2e9 100755 (executable)
@@ -64,7 +64,7 @@
      pip: name=prometheus_client state=latest
 
    - name: install latest urllib3 (fix error urllib3.connection.match_hostname = match_hostname)
-     pip: name=urllib3 state=latest
+     pip: name=urllib3 version=1.21.1
 
    - name: install iptc
      pip: name=python-iptables state=latest
@@ -72,5 +72,8 @@
    - name: install ipaddress
      pip: name=ipaddress state=latest
 
+   #- name: install urllib
+   #  pip: name=urllib state=latest
+