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

asterisk.yml, optimze

This commit is contained in:
Anish Mangal 2019-01-18 16:53:42 +00:00 committed by root
parent 8b219b65d0
commit 72866c76aa

View file

@ -30,6 +30,7 @@
owner: root
group: root
extra_opts: [--strip-components=1]
creates: "{{ asterisk_src_dir }}/Makefile"
- name: Asterisk - Download mp3 decoder library into source tree
command: "./contrib/scripts/get_mp3_source.sh"
@ -51,11 +52,13 @@
command: "./configure"
args:
chdir: "{{ asterisk_src_dir }}"
creates: "config.log"
- name: Asterisk - Run make menuselect.makeopts
command: "make menuselect.makeopts"
args:
chdir: "{{ asterisk_src_dir }}"
creates: "menuselect.makeopts"
- name: Asterisk - Do a bit of menuselect configuration
command: >
@ -70,21 +73,13 @@
command: make
args:
chdir: "{{ asterisk_src_dir }}"
creates: "defaults.h"
- name: Asterisk - install
command: make install
args:
chdir: "{{ asterisk_src_dir }}"
- name: Asterisk - install config
command: make config
args:
chdir: "{{ asterisk_src_dir }}"
- name: Asterisk - install samples
command: make samples
args:
chdir: "{{ asterisk_src_dir }}"
creates: "/usr/sbin/asterisk"
- name: Asterisk - ldconfig
command: ldconfig