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:
parent
b21251d4fb
commit
2693605be2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue