mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
roles/pbx/tasks/asterisk.yml: Show './configure --with-jansson-bundled'
This commit is contained in:
parent
f43cee1fbe
commit
7c50bd5996
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@
|
||||||
chdir: "{{ asterisk_src_dir }}"
|
chdir: "{{ asterisk_src_dir }}"
|
||||||
creates: addons/mp3/mpg123.h
|
creates: addons/mp3/mpg123.h
|
||||||
|
|
||||||
- name: Asterisk - Run the configure script
|
- name: Asterisk - Run './configure --with-jansson-bundled'
|
||||||
command: ./configure --with-jansson-bundled
|
command: ./configure --with-jansson-bundled
|
||||||
args:
|
args:
|
||||||
chdir: "{{ asterisk_src_dir }}"
|
chdir: "{{ asterisk_src_dir }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue