Suppress log copy output in gates
Copying collectd logs is half of the job ouput. This change is to remove the verbosity of the syncronize tasks by applying --quiet to only show errors Change-Id: I39b47b844aab87d043a2cd745103d6589f3632e3
This commit is contained in:
parent
1affeaa2e2
commit
9c9a7f4303
@ -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:
|
||||
|
@ -89,3 +89,5 @@
|
||||
mode: pull
|
||||
copy_links: true
|
||||
verify_host: true
|
||||
rsync_opts:
|
||||
- "--quiet"
|
||||
|
Loading…
Reference in New Issue
Block a user