nodesource / ansible-nodejs-role

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

Added ability to set NodeSource repository's Pin-Priority. #3

Closed tjanez closed 9 years ago

tjanez commented 9 years ago

This is very useful on systems where apt is configured with multiple repositories with different Pin-Priority settings. A user can set the NodeSource repository's Pin-Priority to a higher number than, for example, the Pin-Priority of stable-backports repository to prefer installing Node.js from NodeSource rather than stable-backports.

rvagg commented 9 years ago

thanks @tjanez