mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
chandongle use rsync instead of mv
This commit is contained in:
parent
92529b8387
commit
b21251d4fb
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-master/ {{ chan_dongle_src_dir }}
|
||||
command: rsync -av {{ downloads_dir }}/asterisk-chan-dongle-master/ {{ chan_dongle_src_dir }}
|
||||
args:
|
||||
chdir: "{{ downloads_dir }}"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue