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:
parent
afa674e120
commit
4a6144a669
1 changed files with 1 additions and 1 deletions
|
@ -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"'
|
||||
|
|
Loading…
Reference in a new issue