4. Add new feature¶
PR Merged - support recursive copying with remote_src
- name: Copy recursively on remote host
copy:
src: /path/to/src_DIR
dest: /path/to/dest_DIR
remote_src: yes
PR Merged - support recursive copying with remote_src
- name: Copy recursively on remote host
copy:
src: /path/to/src_DIR
dest: /path/to/dest_DIR
remote_src: yes