Skip to content

Commit

Permalink
Added support for Node.js v5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed Oct 30, 2015
1 parent a10b6ea commit 02f078b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Set up the latest version of nodejs and npm in Ubuntu systems.

#### Variables

* `nodejs_version` [default: `nodejs-v4x`]: Version to install (e.g. `nodejs-v012`, `nodejs-v010`, `iojs-v3x`, `iojs-v2x`, `iojs-v1x`)
* `nodejs_version` [default: `nodejs-v4x`]: Version to install (e.g. `nodejs-v5x`, `nodejs-v012`, `nodejs-v010`, `iojs-v3x`, `iojs-v2x`, `iojs-v1x`)

* `nodejs_install` [default: `[build-essential]`]: Packages to install
* `nodejs_npm_packages` [default: `[]`]: Node.js packages to install (globally)
Expand Down
1 change: 1 addition & 0 deletions vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# vars file for nodejs
---
nodejs_version_map:
nodejs-v5x: '5.x'
nodejs-v4x: '4.x'
nodejs-v012: '0.12'
nodejs-v010: '0.10'
Expand Down

0 comments on commit 02f078b

Please sign in to comment.