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

Fix nodejs installation condition in pbx

This commit is contained in:
Anish Mangal 2019-01-18 10:12:10 +00:00 committed by root
parent 5ccf7f33d0
commit 61f63e55da

View file

@ -1,3 +1,3 @@
dependencies: dependencies:
- { role: nodejs, tags: ['nodejs'], when: pbx_install and (nodejs_version == "10.x")} - { role: nodejs, tags: ['nodejs'], when: pbx_install and (nodejs_version == "10.x") and (not sugarizer_install)}