-
-
Notifications
You must be signed in to change notification settings - Fork 252
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow downgrades #148
base: master
Are you sure you want to change the base?
Allow downgrades #148
Conversation
This pr has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution! Please read this blog post to see the reasons why I mark issues as stale. |
Bump |
LGTM. |
This pr has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution! Please read this blog post to see the reasons why I mark issues as stale. |
I'm still using this fork and like to see this merged. |
I switched to this role, which supports downgrades: https://github.com/andrewrothstein/ansible-node It also doesn't require third-party repos.Those third-party repos in turn require more packages to be installed to support third-party repos. The alternate role downloads and installs directly from Node.js. Minimum complexity. |
Currently you can only install node on a clean machine or when node version is greater than currently installed, discussed here.
allow_downgrade set will enable downgrading node version.