Make Vagrant actually work

pull/198/head
Nick Hu 9 years ago
parent 5d21e1b20a
commit 9e9e7b6f66

@ -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]

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

Loading…
Cancel
Save