Merge "Suppress log copy output in gates"
This commit is contained in:
commit
881be48a4c
@ -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