mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
bump nodejs_version to 12.X
This commit is contained in:
parent
5d7b2d637d
commit
3531f7edf4
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
- name: FAIL (STOP THE INSTALL) IF 'nodejs_version != "10.x"'
|
||||
fail:
|
||||
msg: "PBX install cannot proceed, as it currently requires Node.js 10.x, whereas nodejs_version is set to {{ nodejs_version }}. Please check the value of nodejs_version in /opt/iiab/iiab/vars/default_vars.yml, /etc/iiab/local_vars.yml, /opt/iiab/iiab/roles/nodejs, etc."
|
||||
when: nodejs_version != "10.x"
|
||||
when: nodejs_version != "12.x"
|
||||
|
||||
|
||||
#- name: TODO: Check if asterisk and freepbx are already installed
|
||||
|
|
Loading…
Reference in a new issue