Fix: urllib is not available in pip anymore. Lets try without.
[osm/vim-emu.git] / ansible / install.yml
index 4e4ff01..841b2e9 100755 (executable)
      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