From 314990cc94f99912b0e02949c8d69860b38a8f07 Mon Sep 17 00:00:00 2001 From: A Holt Date: Mon, 29 Oct 2018 00:11:12 -0400 Subject: [PATCH] Update main.yml --- roles/sugarizer/tasks/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/sugarizer/tasks/main.yml b/roles/sugarizer/tasks/main.yml index f2e9a557d..e6e62c108 100644 --- a/roles/sugarizer/tasks/main.yml +++ b/roles/sugarizer/tasks/main.yml @@ -59,6 +59,8 @@ - name: Set up Node.js 8.x apt sources (debuntu, but avoid ubuntu-18) shell: curl -sL https://deb.nodesource.com/setup_8.x | bash - + args: + warn: no when: internet_available and is_debuntu and not is_ubuntu_18 - name: Install latest Node.js which includes /usr/bin/npm (debuntu, but avoid ubuntu-18)