1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00

pbx/tasks/freepbx.yml: Cleaner

This commit is contained in:
A Holt 2021-08-04 05:08:10 -04:00 committed by GitHub
parent 3892e51ec7
commit a25479d544
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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