1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00

Merge pull request #2076 from holta/sugarizer-req-node-12

Mandate Node.js 12.x for Sugarizer
This commit is contained in:
A Holt 2019-12-21 13:27:42 -05:00 committed by GitHub
commit 03f297e312
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
- name: FAIL (STOP INSTALLING) IF nodejs_version is not set to 10.x
- name: FAIL (STOP INSTALLING) IF nodejs_version is not set to 12.x
fail:
msg: "Sugarizer install cannot proceed, 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")
msg: "Sugarizer install cannot proceed, as it currently requires Node.js 12.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 != "12.x")
# 1. DOWNLOAD+LINK /opt/iiab/sugarizer