From a4e72ce7edde494e12a9226d0d992c46d589cddb Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 21 Apr 2022 23:11:59 -0400 Subject: [PATCH] nodejs/tasks/install.yml: Document manual install option (to test freshly released OS's) --- roles/nodejs/tasks/install.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/nodejs/tasks/install.yml b/roles/nodejs/tasks/install.yml index f2843bc47..f7ce7002d 100644 --- a/roles/nodejs/tasks/install.yml +++ b/roles/nodejs/tasks/install.yml @@ -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: