wincent / masochist

⛓ Website infrastructure for over-engineers
MIT License
78 stars 26 forks source link

Unbreak Ansible updates #122

Closed wincent closed 7 years ago

wincent commented 7 years ago

Sigh. No changes to Ansible repo, but either an OS update or a Chef run has broken my ability to run the "masochist" role. Dies with: ImportError: No module named yaml.

wincent commented 7 years ago

As per this SO link, unborked this with:

sudo easy_install pip
sudo python -m pip install pyyaml
sudo pip install paramiko Jinja2 httplib2 six