From 3f94ac9ce9b01fbfb241491846afc2a597af291e Mon Sep 17 00:00:00 2001 From: Michal Nasiadka Date: Wed, 17 Jun 2020 11:37:33 +0200 Subject: [PATCH] CI: Make ARA rsync quiet Change-Id: I4d6e4f43bcf3dc31cad0675f94724dbc4fcb466f --- tests/post.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/post.yml b/tests/post.yml index f95e91242a..58fe4752d0 100644 --- a/tests/post.yml +++ b/tests/post.yml @@ -80,4 +80,6 @@ src: "{{ ansible_env.HOME }}/ara-html" dest: "{{ zuul.executor.log_root }}/{{ inventory_hostname }}/ara-report/" mode: pull + rsync_opts: + - "--quiet" when: ara_stat_result.stat.exists