1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Fix syntax in debug msg, pbx/tasks/main.yml

This commit is contained in:
Anish Mangal 2019-01-20 03:49:33 +00:00 committed by root
parent 8367b6c6bb
commit 9b19f57ca2

View file

@ -1,6 +1,6 @@
- name: Fail if nodejs_version is incorrect
fail:
msg: PBX: Refusing to install as nodejs_version is not 10.x. Fix that and rerun.
msg: "PBX: Refusing to install as nodejs_version is not 10.x. Fix that and rerun."
when: pbx_install and (nodejs_version != "10.x")
#- name: TODO: Check if asterisk and freepbx are already installed