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:
parent
2f8b08dc33
commit
e884066a85
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue