1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

Revert "Run FreePBX install everytime regardless of if it has been run before"

This reverts commit d7f88712bc.
This commit is contained in:
Anish Mangal 2019-02-11 03:26:21 +00:00
parent fb249ee31e
commit 7ec53d2a66

View file

@ -95,8 +95,7 @@
command: "{{ item }}"
args:
chdir: "{{ freepbx_src_dir }}"
#FIXME: The install is currently run everytime, as some unforeseen issues happen in reruns sometimes which I haven't been able to pin down.
#creates: "{{ freepbx_install_dir }}"
creates: "{{ freepbx_install_dir }}"
with_items:
- ./start_asterisk start
- ./install -n --webroot {{ freepbx_install_dir }} --dbuser {{ asterisk_db_user }} --dbpass {{ asterisk_db_password }} --dbname {{ asterisk_db_dbname }} --cdrdbname {{ asterisk_db_cdrdbname }}