mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
pbx - bugfix quotes
This commit is contained in:
parent
3531f7edf4
commit
a14480a237
1 changed files with 2 additions and 2 deletions
|
@ -117,8 +117,8 @@
|
||||||
template:
|
template:
|
||||||
src: freepbx.conf.j2
|
src: freepbx.conf.j2
|
||||||
dest: /etc/apache2/sites-available/freepbx.conf
|
dest: /etc/apache2/sites-available/freepbx.conf
|
||||||
owner: {{ apache_user }}
|
owner: "{{ apache_user }}"
|
||||||
group: {{ apache_user }}
|
group: "{{ apache_user }}"
|
||||||
mode: '0644'
|
mode: '0644'
|
||||||
|
|
||||||
- name: FreePBX - Enable http://box:{{ pbx_http_port }} via Apache, if pbx_enabled # http://box:83
|
- name: FreePBX - Enable http://box:{{ pbx_http_port }} via Apache, if pbx_enabled # http://box:83
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue