mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Should be in the 'block'
This commit is contained in:
parent
5bbf96fff6
commit
cb1ae8d4f4
1 changed files with 4 additions and 4 deletions
|
@ -18,10 +18,6 @@
|
|||
fail_msg: "PLEASE GIVE VARIABLE 'pbx_enabled' A PROPER (UNQUOTED) ANSIBLE BOOLEAN VALUE e.g. IN: /etc/iiab/local_vars.yml"
|
||||
quiet: yes
|
||||
|
||||
- name: FreePBX - Install and configure Apache - if pbx_use_apache
|
||||
include_tasks: apache.yml
|
||||
when: pbx_use_apache and apache_installed is undefined
|
||||
|
||||
- block:
|
||||
|
||||
- name: EXIT 'pbx' ROLE, if 'php_version' doesn't shows "7.4"
|
||||
|
@ -33,6 +29,10 @@
|
|||
include_tasks: install.yml
|
||||
when: pbx_installed is undefined
|
||||
|
||||
- name: FreePBX - Install and configure Apache - if pbx_use_apache
|
||||
include_tasks: apache.yml
|
||||
when: pbx_use_apache and apache_installed is undefined
|
||||
|
||||
- name: Install & Enable chan_dongle for Huawei USB modems - if asterisk_chan_dongle
|
||||
include_tasks: chan_dongle.yml
|
||||
when: asterisk_chan_dongle
|
||||
|
|
Loading…
Reference in a new issue