Merge "Suppress log copy output in gates"

This commit is contained in:
Zuul 2018-11-22 19:39:04 +00:00 committed by Gerrit Code Review
commit 881be48a4c
2 changed files with 6 additions and 0 deletions

View File

@ -52,6 +52,8 @@
mode: pull
copy_links: true
verify_host: true
rsync_opts:
- "--quiet"
- name: copy collectd rrd files
synchronize:
@ -60,6 +62,8 @@
mode: pull
copy_links: true
verify_host: true
rsync_opts:
- "--quiet"
- name: start collectd service
service:

View File

@ -89,3 +89,5 @@
mode: pull
copy_links: true
verify_host: true
rsync_opts:
- "--quiet"