ansible-role-nodejs
ansible-role-nodejs copied to clipboard
Ansible Role - Node.js
I'm not sure if it's just me encountering this issue: unable to install `gnupg2` on Ubuntu 22.04: ``` apt install gnupg2 Reading package lists... Done Building dependency tree... Done Reading...
The Nodesource repositories unified their codenames and provide updates only for the new `nodistro` tag, which is supposed to be used across all supported operating systems. With an existing installation...
I'm use: ``` :~/nodejs-nvm$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04.4 LTS Release: 22.04 Codename: jammy :~/nodejs-nvm$ ansible --version ansible 2.10.8 config file =...
The changes merged in b525bfe seem to have broken this package on RHEL9. During the "Import Nodesource RPM Key" stage, it throws a `warning: Signature not supported. Hash algorithm SHA1...
Not even working with version 16.x or 18.x: ``` An exception occurred during task execution. To see the full traceback, use -vvv. The error was: apt_pkg.Error: E:Malformed entry 1 in...
https://github.com/geerlingguy/ansible-role-nodejs/blob/b525bfebb76374eaa116f499adc99e50e0a8a78b/tasks/setup-Debian.yml#L21 
after upgrade to `7.0.0`, find notice with `apt update` ``` N: Skipping acquire of configured file 'main/binary-i386/Packages' as repository 'https://deb.nodesource.com/node_18.x nodistro InRelease' doesn't support architecture 'i386' ``` with various architectures,...
Hello, I use following conf : ``` - role: geerlingguy.nodejs vars: nodejs_version: "20.x" ``` this conf installs node v20.5.1 I'd like to install v20.17.0, but my target version is not...