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:
parent
5ccf7f33d0
commit
61f63e55da
1 changed files with 1 additions and 1 deletions
|
@ -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)}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue