mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
pbx/tasks/freepbx.yml: Cleaner
This commit is contained in:
parent
3892e51ec7
commit
a25479d544
1 changed files with 5 additions and 5 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue