diff --git a/roles/pbx/tasks/freepbx.yml b/roles/pbx/tasks/freepbx.yml index 6904a21b8..1f40cee2a 100644 --- a/roles/pbx/tasks/freepbx.yml +++ b/roles/pbx/tasks/freepbx.yml @@ -125,6 +125,9 @@ # dest: "{{ freepbx_install_dir }}/admin/libraries/view.functions.php" +# - pause: + + - name: FreePBX - 2-step install (just run once) - CAN TAKE 3-12 MIN OR LONGER! command: "{{ item }}" args: @@ -201,7 +204,7 @@ # line: "$amp_conf['AMPASTERISKWEBUSER'] = 'www-data';" -block: +- block: - name: FreePBX - Install /etc/apache2/sites-available/freepbx.conf from template ({{ apache_user }}:{{ apache_user }}, 0644 by default) template: diff --git a/roles/pbx/tasks/install.yml b/roles/pbx/tasks/install.yml index 2d8a32f75..f95ce47e3 100644 --- a/roles/pbx/tasks/install.yml +++ b/roles/pbx/tasks/install.yml @@ -22,7 +22,7 @@ # when: nodejs_version != "12.x" -block: +- block: - name: "Set 'apache_install: True' and 'apache_enabled: True'" set_fact: