diff --git a/roles/pbx/tasks/freepbx.yml b/roles/pbx/tasks/freepbx.yml index b615181af..e6768ad3c 100644 --- a/roles/pbx/tasks/freepbx.yml +++ b/roles/pbx/tasks/freepbx.yml @@ -114,10 +114,10 @@ creates: "{{ freepbx_install_dir }}" # 2021-08-02: FreePBX 16 seems to no longer need this FreePBX 15 patch? -#- name: FreePBX - Patch FreePBX source - disable get_magic_quotes_gpc() -# patch: -# src: roles/pbx/templates/pbx2.patch -# dest: "{{ freepbx_install_dir }}/admin/libraries/view.functions.php" +# - name: FreePBX - Patch FreePBX source - disable get_magic_quotes_gpc() +# patch: +# src: roles/pbx/templates/pbx2.patch +# dest: "{{ freepbx_install_dir }}/admin/libraries/view.functions.php" - name: FreePBX - Install /etc/odbc.ini from template (root:root, 0644 by default) template: @@ -139,7 +139,7 @@ lineinfile: path: /etc/apache2/ports.conf line: "Listen {{ pbx_http_port }}" - #insertafter: Listen 80 + # insertafter: Listen 80 - name: FreePBX - Install /etc/systemd/system/freepbx.service systemd unit file from template (root:root, 0644 by default) template: