1
0
Fork 0
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:
Anish Mangal 2019-01-19 14:28:20 +00:00 committed by root
parent 92529b8387
commit b21251d4fb

View file

@ -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 }}"