From 2407f7273c111f260b61023ede5f616c647e52a0 Mon Sep 17 00:00:00 2001 From: Damian Dabrowski Date: Thu, 28 Mar 2024 11:10:02 +0100 Subject: [PATCH] Do not log content of copied static files ``haproxy_static_files`` can be used to copy static files to target hosts. These files may contain sensitive content that should not be logged. This patch disables logging for this task. Change-Id: I8f1c01385d7aca8f17cc3f49aafcf2b7269fa554 --- tasks/haproxy_pre_install.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/haproxy_pre_install.yml b/tasks/haproxy_pre_install.yml index 37f17db..c7ca5ea 100644 --- a/tasks/haproxy_pre_install.yml +++ b/tasks/haproxy_pre_install.yml @@ -64,3 +64,4 @@ when: - (item.condition | default(True)) loop: "{{ haproxy_static_files }}" + no_log: True