add latest setuptools to ansible install script
[osm/vim-emu.git] / ansible / install.yml
index fbeb0e5..1d73779 100755 (executable)
@@ -15,6 +15,9 @@
    - name: install pip
      apt: pkg=python-pip state=installed
 
+   - name: install setuptools
+     pip: name=setuptools state=latest
+
    - name: install zerorpc
      pip: name=zerorpc