1
0
Fork 0
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:
A Holt 2021-08-04 13:29:07 -04:00 committed by GitHub
parent f43cee1fbe
commit 7c50bd5996
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,7 +55,7 @@
chdir: "{{ asterisk_src_dir }}"
creates: addons/mp3/mpg123.h
- name: Asterisk - Run the configure script
- name: Asterisk - Run './configure --with-jansson-bundled'
command: ./configure --with-jansson-bundled
args:
chdir: "{{ asterisk_src_dir }}"