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:
Andreas Jaeger 2018-03-06 09:24:28 +01:00
parent 52ab8985bb
commit 88b52ff134

View File

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