From 463cf892f64724aa695a9f750276712c5315b2ee Mon Sep 17 00:00:00 2001 From: A Holt Date: Sat, 6 Nov 2021 11:12:25 -0400 Subject: [PATCH] roles/pbx/tasks/freepbx.yml: Fix & clean Ansible output --- roles/pbx/tasks/freepbx.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/pbx/tasks/freepbx.yml b/roles/pbx/tasks/freepbx.yml index cb81caf10..0c3618b09 100644 --- a/roles/pbx/tasks/freepbx.yml +++ b/roles/pbx/tasks/freepbx.yml @@ -96,13 +96,13 @@ extra_opts: [--strip-components=1] creates: "{{ freepbx_src_dir }}/install" -- name: 2021-11-06: TEMPORARILY force FreePBX 16 to work with Asterisk 19 -- patch /opt/iiab/freepbx/install.php +- name: "FreePBX - 2021-11-06: TEMPORARILY force FreePBX 16 to work with Asterisk 19 - patch /opt/iiab/freepbx/install.php" replace: path: /opt/iiab/freepbx/install.php regexp: 'version_compare\(\$astversion, "19", "ge"\)\) \{$' replace: 'version_compare($astversion, "20", "ge")) {' -- name: 2021-11-06: TEMPORARILY force FreePBX 16 to work with Asterisk 19 -- patch /opt/iiab/freepbx/installlib/installcommand.class.php +- name: "FreePBX - 2021-11-06: TEMPORARILY force FreePBX 16 to work with Asterisk 19 - patch /opt/iiab/freepbx/installlib/installcommand.class.php" replace: path: /opt/iiab/freepbx/installlib/installcommand.class.php regexp: 'version_compare\(\$astversion, "19", "ge"\)\) \{$'