Add --quiet flag to CI diagnostics collection

This ensures that our CI logs are neat, and not full of file rsync
output.

Change-Id: Ic3bad1baa1b2f8639c8ce848a60c024d8c22e8d0
This commit is contained in:
Mark Goddard 2018-11-21 15:36:28 +00:00
parent d0e9c50fd2
commit bbe3b45924
1 changed files with 4 additions and 0 deletions

View File

@ -22,3 +22,7 @@
src: "{{ kayobe_diagnostics_log_dir }}/"
dest: "{{ kayobe_diagnostics_executor_log_dir }}/"
mode: pull
copy_links: true
verify_host: true
rsync_opts:
- "--quiet"