Computer: MacBook Pro mid 2012, running El Capitan 10.11.4
Python version 2.7.10
I\'ve been trying to install ansible from source, and I\'ve run these two co
Do you have yaml module installed? If not, try installing yaml using the following command:
sudo pip install pyyaml