From 03e9fb6da1c56f1b13849dee88d5f9d9a3084c30 Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 31 Jan 2019 16:34:26 -0500 Subject: [PATCH] Update main.yml --- roles/sugarizer/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/sugarizer/tasks/main.yml b/roles/sugarizer/tasks/main.yml index 2e49a43c1..bd2cf76b0 100644 --- a/roles/sugarizer/tasks/main.yml +++ b/roles/sugarizer/tasks/main.yml @@ -1,4 +1,4 @@ -- name: Fail if nodejs_version is not set to 10.x +- name: FAIL (STOP INSTALLING) IF nodejs_version is not set to 10.x fail: msg: "Sugarizer install cannot proceeed, as it currently requires Node.js 10.x, and your nodejs_version is set to {{ nodejs_version }}. Please check the value of nodejs_version in /opt/iiab/iiab/vars/default_vars.yml and possibly also /etc/iiab/local_vars.yml" when: sugarizer_install and (nodejs_version != "10.x")