mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
chan_dongle, copy dongle.conf over
This commit is contained in:
parent
e44bdc7fc3
commit
8367b6c6bb
1 changed files with 7 additions and 0 deletions
|
@ -59,3 +59,10 @@
|
|||
args:
|
||||
chdir: "{{ chan_dongle_src_dir }}"
|
||||
creates: "/usr/lib/asterisk/modules/chan_dongle.so"
|
||||
|
||||
- name: chan_dongle - Copy dongle.conf over
|
||||
command: cp {{ chan_dongle_src_dir }}/etc/dongle.conf /etc/asterisk/
|
||||
args:
|
||||
chdir: "{{ chan_dongle_src_dir }}"
|
||||
creates: "/etc/asterisk/dongle.conf"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue