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

Typo in sugarizer/tasks/install.yml output

This commit is contained in:
root 2020-02-04 18:34:39 -05:00
parent afa674e120
commit 4a6144a669

View file

@ -17,7 +17,7 @@
- name: FAIL (STOP THE INSTALL) IF 'nodejs_installed is undefined'
fail:
msg: "PBX install cannot proceed, as Node.js is not installed."
msg: "Sugarizer install cannot proceed, as Node.js is not installed."
when: nodejs_installed is undefined
- name: FAIL (STOP THE INSTALL) IF 'nodejs_version != "12.x"'