You may get an error with Brew which prevents you from installing ansible like:
brew install ansible

To fix this install ansible using pip
sudo easy_install pipsudo pip install ansible --quietTo then upgrade ansible
sudo pip install ansible --upgrade