1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Merge branch 'nodesource' into jupyterhub

This commit is contained in:
Jerry Vonau 2023-04-26 07:20:29 -05:00
commit 0f8fdb728a

View file

@ -94,6 +94,12 @@
# warn: no
# creates: /etc/apt/sources.list.d/nodesource.list
- name: Remove /etc/apt/sources.list.d/nodesource.list if install failed above
file:
path: /etc/apt/sources.list.d/nodesource.list
state: absent
when: curl_nodesource.failed
- name: Install latest Node.js -- includes /usr/bin/npm if nodesource installed above
package:
#name: nodejs={{ nodejs_version }}