Skip to content

Commit

Permalink
Update node provisioning
Browse files Browse the repository at this point in the history
  • Loading branch information
jofan committed Jul 27, 2016
1 parent eeaed99 commit f460f4d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion playbooks/ansible-nodejs/tasks/main.yml
Expand Up @@ -23,8 +23,10 @@
name: https://rpm.nodesource.com/pub_4.x/el/7/x86_64/nodejs-4.4.7-2nodesource.el7.centos.x86_64.rpm
state: present

- name: Install Yeoman and Fuge generator.
- name: Install Yeoman.
npm: name=yo global=yes state=present

- name: Install Yeoman Fuge generator.
npm: name=generator-fuge global=yes state=present

- name: Install Fuge (to run our Node.js microservices).
Expand Down

0 comments on commit f460f4d

Please sign in to comment.