mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
pbx - nodejs rework
This commit is contained in:
parent
b31e613997
commit
03b7538fa0
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
|||
dependencies:
|
||||
- { role: nodejs, tags: ['nodejs'], when: pbx_install and (nodejs_version == "10.x")}
|
||||
# dependencies:
|
||||
# - { role: nodejs, tags: ['nodejs'], when: pbx_install and (nodejs_version == "10.x")}
|
||||
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
- name: NODEJS
|
||||
include_role:
|
||||
name: nodejs
|
||||
|
||||
- name: Fail if nodejs_version is incorrect
|
||||
fail:
|
||||
msg: >-
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue