From 9e9e7b6f66f644dae15cf5bd9b8875ee41d55d6c Mon Sep 17 00:00:00 2001 From: Nick Hu Date: Tue, 25 Aug 2015 10:15:43 +0100 Subject: [PATCH] Make Vagrant actually work --- CONTRIBUTORS.txt | 3 +++ ansible/site.yml | 1 + 2 files changed, 4 insertions(+) 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