From 7d4bfaca370ca804c676f139109c2255a36f56ff Mon Sep 17 00:00:00 2001 From: stevenvanrossem Date: Tue, 23 Feb 2016 10:56:43 +0100 Subject: [PATCH] add latest setuptools to ansible install script --- ansible/install.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ansible/install.yml b/ansible/install.yml index fbeb0e5..1d73779 100755 --- a/ansible/install.yml +++ b/ansible/install.yml @@ -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 -- 2.17.1