1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Remove years-old comment that's no longer relevant

This commit is contained in:
A Holt 2019-05-12 22:26:17 -04:00 committed by GitHub
parent f21f637b87
commit 895a13d88c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,14 +3,6 @@
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
# shell: "rm -rf {{ doc_root }}/sugarizer*"
# args:
# warn: no
# when: sugarizer_dir_version == "sugarizer-1.0"
# 1. DOWNLOAD+LINK /opt/iiab/sugarizer