1
0
Fork 0
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:
Jerry Vonau 2020-08-23 23:42:56 -05:00
parent 5d7b2d637d
commit 3531f7edf4

View file

@ -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