X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fvim-emu.git;a=blobdiff_plain;f=ansible%2Finstall.yml;h=b103c4dd6f74b5f918725a5250c49c3e35536440;hp=fc25d48929a034c65a41c1090df2a0ab6326b1c3;hb=f37fcff88ff15073cba8f04e5e815a4d664c5766;hpb=807be58fa7a13781cdd895a9ab4694c426c00395 diff --git a/ansible/install.yml b/ansible/install.yml index fc25d48..b103c4d 100755 --- a/ansible/install.yml +++ b/ansible/install.yml @@ -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 +