From a46ad759df147277889a4037f6bd94946c965492 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 17:11:49 +0200 Subject: [PATCH] Remove no_log from setup_remote_tmp_dir. (#1263) (#1266) (cherry picked from commit 42282e7d30b9629b011cec9a0e2cdb0d05ea843c) Co-authored-by: Felix Fontein --- .../targets/setup_remote_tmp_dir/tasks/default-cleanup.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integration/targets/setup_remote_tmp_dir/tasks/default-cleanup.yml b/tests/integration/targets/setup_remote_tmp_dir/tasks/default-cleanup.yml index cc74b70a..33854565 100644 --- a/tests/integration/targets/setup_remote_tmp_dir/tasks/default-cleanup.yml +++ b/tests/integration/targets/setup_remote_tmp_dir/tasks/default-cleanup.yml @@ -7,4 +7,3 @@ file: path: "{{ remote_tmp_dir }}" state: absent - no_log: true