mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Remove unneeded register commands in freepbx.yml playbook
This commit is contained in:
parent
61f63e55da
commit
8b219b65d0
1 changed files with 0 additions and 2 deletions
|
@ -11,7 +11,6 @@
|
|||
- name: FreePBX - Check for {{ downloads_dir }}/{{ freepbx_src_file }}
|
||||
stat:
|
||||
path: "{{ downloads_dir }}/{{ freepbx_src_file }}"
|
||||
register: freepbx_src
|
||||
|
||||
- name: FreePBX - FAIL (force Ansible to exit) IF {{ downloads_dir }}/{{ freepbx_src_file }} doesn't exist
|
||||
fail:
|
||||
|
@ -46,7 +45,6 @@
|
|||
with_items:
|
||||
- ./start_asterisk start
|
||||
- ./install -n --webroot {{ freepbx_install_dir }} --dbuser root --dbpass {{ mysql_root_password }}
|
||||
register: freepbx_installation
|
||||
|
||||
- name: FreePBX - Create /etc/odbc.ini
|
||||
template:
|
||||
|
|
Loading…
Add table
Reference in a new issue