diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index 87004d8..1783a48 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -47,5 +47,8 @@ In chronological order: * Daniel Gräber * Added ansible for provisioning +* Nick Hu + * Fix Vagrantfile + * [Your name or handle] <[email or website]> * [Brief summary of your changes] diff --git a/ansible/site.yml b/ansible/site.yml index 4f974ac..7304364 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -32,6 +32,7 @@ - supervisor - sqlite3 - nodejs + - libffi-dev - name: NPM | Install packages npm: name={{ item }} global=yes