mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Add make config to asterisk.yml
This commit is contained in:
parent
379dd8d101
commit
aa8f6424b9
1 changed files with 6 additions and 1 deletions
|
@ -81,7 +81,12 @@
|
||||||
chdir: "{{ asterisk_src_dir }}"
|
chdir: "{{ asterisk_src_dir }}"
|
||||||
creates: "/usr/sbin/asterisk"
|
creates: "/usr/sbin/asterisk"
|
||||||
|
|
||||||
- name: Asterisk - sample config
|
- name: Asterisk - config
|
||||||
|
command: make config
|
||||||
|
args:
|
||||||
|
chdir: "{{ asterisk_src_dir }}"
|
||||||
|
|
||||||
|
- name: Asterisk - samples
|
||||||
command: make samples
|
command: make samples
|
||||||
args:
|
args:
|
||||||
chdir: "{{ asterisk_src_dir }}"
|
chdir: "{{ asterisk_src_dir }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue