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:
parent
65a3b020e3
commit
5ccf7f33d0
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue