mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
nodejs/tasks/install.yml: Document manual install option (to test freshly released OS's)
This commit is contained in:
parent
77436eb04d
commit
a4e72ce7ed
1 changed files with 4 additions and 0 deletions
|
@ -67,6 +67,10 @@
|
|||
# state: absent
|
||||
# when: internet_available and is_debuntu
|
||||
|
||||
# MANUAL INSTALL OPTION "IMMEDIATELY" AFTER ANY OS RELEASE: (e.g. Ubuntu 22.04)
|
||||
# wget https://deb.nodesource.com/node_18.x/pool/main/n/nodejs/nodejs_18.0.0-deb-1nodesource1_amd64.deb
|
||||
# apt install ./nodejs_18.0.0-deb-1nodesource1_amd64.deb
|
||||
|
||||
- name: Run 'curl -sL https://deb.nodesource.com/setup_{{ nodejs_version }} | bash -' to overwrite /etc/apt/sources.list.d/nodesource.list
|
||||
shell: curl -sL https://deb.nodesource.com/setup_{{ nodejs_version }} | bash -
|
||||
#args:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue