X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fvim-emu.git;a=blobdiff_plain;f=ansible%2Finstall.yml;h=b972b4e9f0ae3401fcc2cbfe08aca86ea2af8adf;hp=4e4ff0130eb3458f50c7d65e26ffb723b8d393b5;hb=5b23e365fd3f93fb4a4a3c353b92bb6acd40321c;hpb=8f2063d50f6d8520ca5f960c65e5eed2c5cd7bee diff --git a/ansible/install.yml b/ansible/install.yml index 4e4ff01..b972b4e 100755 --- a/ansible/install.yml +++ b/ansible/install.yml @@ -64,7 +64,16 @@ 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 + + - name: install urllib + pip: name=urllib state=latest