willowgarage / interactive-manipulation-sandbox

Playground for Interactive Manipulation code that aren't quite baked enough for a full-on repo.
0 stars 7 forks source link

Fixes deployment for Ansible 1.0 and simplifies deployment scripts #220

Closed baalexander closed 11 years ago

baalexander commented 11 years ago

To work perfectly, you'll need to install Ansible from source as the maintainer push a patch in for us yesterday. I'll try to document how to do the install later, but for now it's:

sudo pip uninstall ansible
git clone https://github.com/ansible/ansible.git
cd ansible
sudo python setup.py install
etoccalino commented 11 years ago

Excellent! This was a pain, and I'm glad it's fixed. In any event, the fallback is to cd ansible and run git branch release-0.8 before installing, to use the old version.