From 1ee1ed8d0157538a706045c516ac44324505725e Mon Sep 17 00:00:00 2001 From: A Holt Date: Sat, 14 Nov 2020 14:14:06 -0500 Subject: [PATCH] pbx/tasks/install.yml: comment out enforcement of any particular Node.js version --- roles/pbx/tasks/install.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/roles/pbx/tasks/install.yml b/roles/pbx/tasks/install.yml index 4b1afe0a3..4a68d4c19 100644 --- a/roles/pbx/tasks/install.yml +++ b/roles/pbx/tasks/install.yml @@ -12,10 +12,10 @@ msg: "PBX install cannot proceed, as Node.js is not installed." when: nodejs_installed is undefined -- name: FAIL (STOP THE INSTALL) IF 'nodejs_version != "12.x"' - fail: - msg: "PBX install cannot proceed, as it currently requires Node.js 12.x, whereas nodejs_version is set to {{ nodejs_version }}. Please check the value of nodejs_version in /opt/iiab/iiab/vars/default_vars.yml, /etc/iiab/local_vars.yml, /opt/iiab/iiab/roles/nodejs, etc." - when: nodejs_version != "12.x" +#- name: FAIL (STOP THE INSTALL) IF 'nodejs_version != "12.x"' +# fail: +# msg: "PBX install cannot proceed, as it currently requires Node.js 12.x, whereas nodejs_version is set to {{ nodejs_version }}. Please check the value of nodejs_version in /opt/iiab/iiab/vars/default_vars.yml, /etc/iiab/local_vars.yml, /opt/iiab/iiab/roles/nodejs, etc." +# when: nodejs_version != "12.x" - name: "Set 'apache_install: True' and 'apache_enabled: True'" set_fact: