diff --git a/roles/pbx/tasks/main.yml b/roles/pbx/tasks/main.yml index 5ff30ecd1..c2f19a690 100644 --- a/roles/pbx/tasks/main.yml +++ b/roles/pbx/tasks/main.yml @@ -1,6 +1,6 @@ - name: Fail if nodejs_version is incorrect fail: - msg: | + msg: > PBX: Refusing to install as nodejs_version is not 10.x. Please fix that (looking into /etc/iiab/local_vars.yml and /opt/iiab/iiab/vars/default_vars.yml) and then rerun. @@ -9,7 +9,7 @@ #- name: TODO: Check if asterisk and freepbx are already installed - debug: - msg: | + msg: > WARNING: ONLY UBUNTU 18.04 AND DEBIAN 9 ARE SUPPORTED AS OF FEBRUARY 2019. Please assist Internet-in-a-Box communities worldwide if you can improve our coverage on other OS's/distros, Thank You! http://FAQ.IIAB.IO