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

Update main.yml

This commit is contained in:
A Holt 2019-01-29 19:01:03 -05:00 committed by GitHub
parent 6ad15f70e6
commit c3a9fe830d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,8 @@
- name: Fail if nodejs_version is not set to {{ nodejs_version }}
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")
# 0. CLEAN UP PRIOR VERSIONS OF SUGARIZER (NEEDS WORK!)
# - name: Wipe /library/www/html/sugarizer* if installing sugarizer-1.0