X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=ansible%2Finstall.yml;h=d5f00ee2c6d64d8414b8f85bbfb4934d34cfc5bc;hb=2542bfaa225f20272df99f1ccab5236326f16070;hp=7fed451074b8415a68c1ba8d55fea443b1fbdcbc;hpb=241e3e951c4871d956c29887ab101adce4817363;p=osm%2Fvim-emu.git diff --git a/ansible/install.yml b/ansible/install.yml index 7fed451..d5f00ee 100755 --- a/ansible/install.yml +++ b/ansible/install.yml @@ -57,17 +57,17 @@ - name: install requests pip: name=requests state=latest - - name: install docker-py - pip: name=docker-py version=1.7.1 + - name: install docker + pip: name=docker version=2.0.2 - name: install prometheus_client pip: name=prometheus_client state=latest - - name: install paramiko - pip: name=paramiko state=latest - - name: install latest urllib3 (fix error urllib3.connection.match_hostname = match_hostname) pip: name=urllib3 state=latest + - name: install iptc + pip: name=python-iptables state=latest +