mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
pbx/tasks/install.yml & freepbx.yml syntax arror '- block:'
This commit is contained in:
parent
eecd46dbab
commit
6b3b5d85de
2 changed files with 5 additions and 2 deletions
|
@ -125,6 +125,9 @@
|
|||
# dest: "{{ freepbx_install_dir }}/admin/libraries/view.functions.php"
|
||||
|
||||
|
||||
- pause:
|
||||
|
||||
|
||||
- name: FreePBX - 2-step install (just run once) - CAN TAKE 3-12 MIN OR LONGER!
|
||||
command: "{{ item }}"
|
||||
args:
|
||||
|
@ -201,7 +204,7 @@
|
|||
# line: "$amp_conf['AMPASTERISKWEBUSER'] = 'www-data';"
|
||||
|
||||
|
||||
block:
|
||||
- block:
|
||||
|
||||
- name: FreePBX - Install /etc/apache2/sites-available/freepbx.conf from template ({{ apache_user }}:{{ apache_user }}, 0644 by default)
|
||||
template:
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
# when: nodejs_version != "12.x"
|
||||
|
||||
|
||||
block:
|
||||
- block:
|
||||
|
||||
- name: "Set 'apache_install: True' and 'apache_enabled: True'"
|
||||
set_fact:
|
||||
|
|
Loading…
Add table
Reference in a new issue