nodesource / ansible-nodejs-role

Ansible Role for Node.js Binary Install
MIT License
131 stars 47 forks source link

BugFix: Updating default node_version to v4.3 since … #25

Closed ryanlelek closed 8 years ago

ryanlelek commented 8 years ago

Did this because v4.2 seems to be no longer hosted. This does not fail gracefully, failing to install Node.js and stopping the playbook. Bumping the version returns to expected functionality

Fixes #24

gillesdemey commented 8 years ago

:+1:

nickhammond commented 8 years ago

So 4.2 was removed yesterday it looks like in favor of 4.3. Thanks for bumping this @ryanlelek, easy enough to bump locally too.

https://nodejs.org/en/blog/release/v4.3.0/

wolfeidau commented 8 years ago

Thanks for the fix!

I need to hassle @rvagg to automate pushing this to Ansible galaxy at some point :smile: