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

PBX: fix debug messages

This commit is contained in:
Anish Mangal 2019-01-18 10:08:37 +00:00 committed by root
parent 65a3b020e3
commit 5ccf7f33d0

View file

@ -3,7 +3,7 @@
msg: Refusing to install as sugarizer_install is true. Fix that and rerun.
when: pbx_install and sugarizer_install
- name: Throw warning if sugarizer_install is true
- name: Throw warning if nodejs_version is incorrect
debug:
msg: Refusing to install as nodejs_version is not 10.x. Fix that and rerun.
when: pbx_install and (nodejs_version != "10.x")