mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 20:22:08 +00:00
Run FreePBX install everytime regardless of if it has been run before
This commit is contained in:
parent
1cf55bdb70
commit
d7f88712bc
1 changed files with 2 additions and 1 deletions
|
@ -95,7 +95,8 @@
|
|||
command: "{{ item }}"
|
||||
args:
|
||||
chdir: "{{ freepbx_src_dir }}"
|
||||
creates: "{{ freepbx_install_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 }}"
|
||||
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 }}
|
||||
|
|
Loading…
Reference in a new issue