StackStorm / showcase-ansible-chatops

Vagrant Demo showing ChatOps with Ansible
https://stackstorm.com/2015/06/24/ansible-chatops-get-started-%f0%9f%9a%80/
Apache License 2.0
77 stars 22 forks source link

Fix Ansible package dependencies #18

Closed arm4b closed 7 years ago

arm4b commented 7 years ago

Fixes #17

Ansible pip requires new lib dependencies.

sudo apt-get install gcc libkrb5-dev should fix it.