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

PBX: Dont install nodejs if incorrect version is chosen

This commit is contained in:
Anish Mangal 2019-01-18 10:07:29 +00:00 committed by root
parent 235284a228
commit 65a3b020e3

View file

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