mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +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"
|
creates: "{{ chan_dongle_src_dir }}/configure"
|
||||||
|
|
||||||
- name: chan_dongle - Find out asterisk version
|
- name: chan_dongle - Find out asterisk version
|
||||||
command: "asterisk -V |cut -d ' ' -f 2"
|
shell: asterisk -V |cut -d " " -f 2
|
||||||
register: asterisk_ver
|
register: asterisk_ver
|
||||||
|
|
||||||
- name: chan_dongle - Run the configure script
|
- name: chan_dongle - Run the configure script
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue