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
This commit is contained in:
Damian Dabrowski 2024-03-28 11:10:02 +01:00 committed by Damian Dąbrowski
parent 5da44774b3
commit 2407f7273c
1 changed files with 1 additions and 0 deletions

View File

@ -64,3 +64,4 @@
when:
- (item.condition | default(True))
loop: "{{ haproxy_static_files }}"
no_log: True