mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
chan_dongle fix mv src path
This commit is contained in:
parent
3e5aae4118
commit
2e9dcb268f
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
group: root
|
||||
|
||||
- name: chan_dongle - move to {{ chan_dongle_src_dir }}
|
||||
command: mv {{ downloads_dir }}/asterisk-chan-dongle* {{ chan_dongle_src_dir }}
|
||||
command: mv {{ downloads_dir }}/asterisk-chan-dongle-master {{ chan_dongle_src_dir }}
|
||||
args:
|
||||
chdir: "{{ downloads_dir }}"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue