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