| commit | 7d4bfaca370ca804c676f139109c2255a36f56ff | [log] [tgz] |
|---|---|---|
| author | stevenvanrossem <steven.vanrossem@intec.ugent.be> | Tue Feb 23 10:56:43 2016 +0100 |
| committer | stevenvanrossem <steven.vanrossem@intec.ugent.be> | Tue Feb 23 10:56:43 2016 +0100 |
| tree | 7477fd028c418d409f006cc39323f00dc9c49289 | |
| parent | 5ac21dc2f5fe59f84c68937b19dd094b14fcbddf [diff] [blame] |
add latest setuptools to ansible install script
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