Fix rsync invocation
Add extra "/" so that files are copied into the destination, not as a directory in it. Change-Id: If0fe37f7b405fcdff73331baabe9241a50b3a5b7
This commit is contained in:
parent
52ab8985bb
commit
88b52ff134
@ -5,5 +5,5 @@
|
|||||||
|
|
||||||
- name: Copy the release-tools directory to the remote node
|
- name: Copy the release-tools directory to the remote node
|
||||||
synchronize:
|
synchronize:
|
||||||
src: release-tools
|
src: "release-tools/"
|
||||||
dest: "{{ ansible_user_dir }}/scripts/release-tools"
|
dest: "{{ ansible_user_dir }}/scripts/release-tools"
|
||||||
|
Loading…
Reference in New Issue
Block a user