Skip to content

Instantly share code, notes, and snippets.

@paultibbetts
Last active June 13, 2016 12:27
Show Gist options
  • Save paultibbetts/a2366c92e905cbc7fc54 to your computer and use it in GitHub Desktop.
Save paultibbetts/a2366c92e905cbc7fc54 to your computer and use it in GitHub Desktop.
Install Ansible 1.9.0.1 to get around the bug at https://github.com/roots/bedrock-ansible/issues/205
sudo pip install -I ansible==1.9.0.1
@paultibbetts
Copy link
Author

sudo pip install ansible --upgrade # https://github.com/roots/trellis#requirements

@paultibbetts
Copy link
Author

or

sudo pip uninstall ansible before installing again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment