From d3106720d22eed7861e14b746e36715adc2933ee Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Wed, 21 Feb 2018 16:06:49 -0500 Subject: [PATCH] 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 --- roles/devstack-project-conf/tasks/main.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/devstack-project-conf/tasks/main.yaml b/roles/devstack-project-conf/tasks/main.yaml index 9c6e06bea9..917cdbc370 100644 --- a/roles/devstack-project-conf/tasks/main.yaml +++ b/roles/devstack-project-conf/tasks/main.yaml @@ -8,6 +8,7 @@ path: "/etc/{{ item.value.short_name }}" with_dict: "{{ zuul.projects }}" register: project_configs + no_log: true - name: Copy configuration files command: cp -pRL {{ item.stat.path }} {{ stage_dir }}/etc/{{ item.item.value.short_name }}