X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fvim-emu.git;a=blobdiff_plain;f=ansible%2Finstall.yml;h=d6a6297bbeb998e0e553b1b04c300e8dfd4bded5;hp=4e4ff0130eb3458f50c7d65e26ffb723b8d393b5;hb=66ee7baff6d51f6fee2abf0d101521c626592ff8;hpb=08f91be07d9124986dacf05b7cd87eb8d3d8b338 diff --git a/ansible/install.yml b/ansible/install.yml index 4e4ff01..d6a6297 100755 --- a/ansible/install.yml +++ b/ansible/install.yml @@ -64,7 +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