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>
This commit is contained in:
parent
c9c39a4b04
commit
d3106720d2
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user