X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fvim-emu.git;a=blobdiff_plain;f=ansible%2Finstall.yml;h=d6a6297bbeb998e0e553b1b04c300e8dfd4bded5;hp=d5f00ee2c6d64d8414b8f85bbfb4934d34cfc5bc;hb=66ee7baff6d51f6fee2abf0d101521c626592ff8;hpb=093334b25972312bc4ae55a80f71d512ca862545 diff --git a/ansible/install.yml b/ansible/install.yml index d5f00ee..d6a6297 100755 --- a/ansible/install.yml +++ b/ansible/install.yml @@ -64,10 +64,13 @@ 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 + - name: install ipaddress + pip: name=ipaddress state=latest +