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:
parent
235284a228
commit
65a3b020e3
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
dependencies:
|
||||
- { role: nodejs, tags: ['nodejs'], when: pbx_install }
|
||||
- { role: nodejs, tags: ['nodejs'], when: pbx_install and (nodejs_version == "10.x")}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue