Last active
June 13, 2016 12:27
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo pip install -I ansible==1.9.0.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
or
sudo pip uninstall ansible
before installing again