update Dockerfile to fix Jenkins test
[osm/vim-emu.git] / ansible / install.yml
index 4e4ff01..fc25d48 100755 (executable)
    - 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
+
+   - name: install ipaddress
+     pip: name=ipaddress state=latest
+