Fix synchronize paths in upload logs

This avoids an extra logs/ subdir.

Change-Id: Ie73f019772c5b5d2353348d83b41df2326ed1a11
This commit is contained in:
James E. Blair 2017-06-29 11:51:00 -07:00
parent 65a44f2489
commit a8d57db5a3
1 changed files with 2 additions and 2 deletions

View File

@ -17,6 +17,6 @@
- name: Upload logs to log server
synchronize:
src: "{{ zuul.executor.log_root }}"
dest: "/srv/static/logs/{{ log_path }}"
src: "{{ zuul.executor.log_root }}/"
dest: "/srv/static/logs/{{ log_path }}/"
no_log: true