-
Notifications
You must be signed in to change notification settings - Fork 1
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
iojs 2.x and above #1
Comments
Hi, I'll look at it soon. In the mean time, are you able to switch version by setting something like this? iojs_version: '2.3.*' Let me know if this doesn't work. |
@zenoamaro yep tried that, it not work:
|
Looks like this may be the culprit: apt_repository:
repo: "deb https://deb.nodesource.com/iojs_1.x {{ansible_distribution_release}} main" ansible-iojs/tasks/install.yml Lines 29 to 30 in 3d4ab2f
|
Yeah, looks like we have to switch the repository based on the major.
I'll see to fix that in a minute. Thanks for noticing.
|
v0.2.0 should be in galaxy in a minute or two. Let me know if this solves your issue. |
Appears to have worked, thanks! 👍 |
Sadly can't yet use 2.x with this playbook and 3.0 is soon to be released.
The text was updated successfully, but these errors were encountered: