mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Add make basic-pbx to asterisk.yml
This commit is contained in:
parent
31e5a795d9
commit
8b7da40c83
1 changed files with 5 additions and 1 deletions
|
@ -85,7 +85,11 @@
|
|||
command: make samples
|
||||
args:
|
||||
chdir: "{{ asterisk_src_dir }}"
|
||||
creates: "/etc/default/asterisk"
|
||||
|
||||
- name: Asterisk - basic pbx
|
||||
command: make basic-pbx
|
||||
args:
|
||||
chdir: "{{ asterisk_src_dir }}"
|
||||
|
||||
- name: Asterisk - ldconfig
|
||||
command: ldconfig
|
||||
|
|
Loading…
Reference in a new issue