Removed outdated zerorpc API.
[osm/vim-emu.git] / ansible / install.yml
index fc25d48..b103c4d 100755 (executable)
@@ -24,9 +24,6 @@
    - name: install setuptools
      pip: name=setuptools state=latest
 
-   - name: install zerorpc
-     pip: name=zerorpc state=latest
-
    - name: install tabulate
      pip: name=tabulate state=latest
 
@@ -64,7 +61,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 +69,8 @@
    - name: install ipaddress
      pip: name=ipaddress state=latest
 
+   #- name: install urllib
+   #  pip: name=urllib state=latest
+