1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

pbx - bugfix quotes

This commit is contained in:
Jerry Vonau 2020-08-24 00:04:22 -05:00
parent 3531f7edf4
commit a14480a237

View file

@ -117,8 +117,8 @@
template:
src: freepbx.conf.j2
dest: /etc/apache2/sites-available/freepbx.conf
owner: {{ apache_user }}
group: {{ apache_user }}
owner: "{{ apache_user }}"
group: "{{ apache_user }}"
mode: '0644'
- name: FreePBX - Enable http://box:{{ pbx_http_port }} via Apache, if pbx_enabled # http://box:83