nodesource / ansible-nodejs-role

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

Add support for node 4.x versions (latest) #18

Closed Yanchek99 closed 8 years ago

Yanchek99 commented 8 years ago

Adding support for node 4.x and setting the default version to the latest (4.2)

Removed version check as the documentation in the defaults file should be enough.

Cleaned up docker file to use latest ansible.

Cleaned up role.yml to run the source as a role rather then including the main task file.

Cleaned up the task file to better represent yaml.

docker build .

Step 11 : RUN node -v
 ---> Running in fd9f9b532976
v4.2.1
 ---> 11d0faf48a7c
wyaeld commented 8 years ago

:+1: @rvagg can you or a maintainer review. Would like be able to use this from galaxy

wolfeidau commented 8 years ago

Did some testing and it looks great so now merged.

Just need @rvagg to push to galaxy!

tphummel commented 8 years ago

Looks good for me re: #16. Thanks!

rvagg commented 8 years ago

I pressed re-import but I really have no idea if that's done anything, Galaxy seems to be lacking something to show you what's happened & when.

wolfeidau commented 8 years ago

Just confirmed new version is being served by galaxy.

Cheers @rvagg