1
0
Fork 0
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:
Anish Mangal 2019-01-20 06:22:12 +00:00 committed by root
parent 379dd8d101
commit aa8f6424b9

View file

@ -81,7 +81,12 @@
chdir: "{{ asterisk_src_dir }}"
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
args:
chdir: "{{ asterisk_src_dir }}"