1
0
Fork 0
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:
Jerry Vonau 2020-01-04 21:52:48 -06:00
parent b31e613997
commit 03b7538fa0
2 changed files with 6 additions and 2 deletions

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")}

View file

@ -1,3 +1,7 @@
- name: NODEJS
include_role:
name: nodejs
- name: Fail if nodejs_version is incorrect - name: Fail if nodejs_version is incorrect
fail: fail:
msg: >- msg: >-