Browse code

Suppress more stats tasks

By default stat is pretty verbose, we can set no_log: true to avoid
adding this info to our logs.

Change-Id: Ia18ebfe179443382cc670ffc4363ab037c43bb85
Signed-off-by: Paul Belanger <pabelanger@redhat.com>

Paul Belanger authored on 2018/02/22 06:06:49
Showing 1 changed files
... ...
@@ -8,6 +8,7 @@
8 8
     path: "/etc/{{ item.value.short_name }}"
9 9
   with_dict: "{{ zuul.projects }}"
10 10
   register: project_configs
11
+  no_log: true
11 12
 
12 13
 - name: Copy configuration files
13 14
   command: cp -pRL {{ item.stat.path }} {{ stage_dir }}/etc/{{ item.item.value.short_name }}