Make Vagrant actually work

This commit is contained in:
Nick Hu 2015-08-25 10:15:43 +01:00
parent 5d21e1b20a
commit 9e9e7b6f66
2 changed files with 4 additions and 0 deletions

View File

@ -47,5 +47,8 @@ In chronological order:
* Daniel Gräber <https://github.com/albohlabs>
* Added ansible for provisioning
* Nick Hu <https://github.com/NickHu>
* Fix Vagrantfile
* [Your name or handle] <[email or website]>
* [Brief summary of your changes]

View File

@ -32,6 +32,7 @@
- supervisor
- sqlite3
- nodejs
- libffi-dev
- name: NPM | Install packages
npm: name={{ item }} global=yes