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

chan_dongle properly extract asterisk version

This commit is contained in:
Anish Mangal 2019-01-19 14:36:25 +00:00 committed by root
parent b21251d4fb
commit 2693605be2

View file

@ -39,7 +39,7 @@
creates: "{{ chan_dongle_src_dir }}/configure"
- name: chan_dongle - Find out asterisk version
command: "asterisk -V |cut -d ' ' -f 2"
shell: asterisk -V |cut -d " " -f 2
register: asterisk_ver
- name: chan_dongle - Run the configure script