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

Fix debug syntax in pbx/tasks/main.yml

This commit is contained in:
Anish Mangal 2019-01-18 08:48:42 +00:00 committed by root
parent 2f8b08dc33
commit e884066a85

View file

@ -1,9 +1,11 @@
- name: Throw warning if sugarizer_install is true
debug: Refusing to install as sugarizer_install is true. Fix that and rerun.
debug:
msg: Refusing to install as sugarizer_install is true. Fix that and rerun.
when: pbx_install and sugarizer_install
- name: Throw warning if sugarizer_install is true
debug: Refusing to install as nodejs_version is not 10.x. Fix that and rerun.
debug:
msg: 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