From 42282e7d30b9629b011cec9a0e2cdb0d05ea843c Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sat, 30 May 2026 15:27:43 +0200 Subject: [PATCH] Remove no_log from setup_remote_tmp_dir. (#1263) --- .../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 ab9a8787..5b18c8dd 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 @@ ansible.builtin.file: path: "{{ remote_tmp_dir }}" state: absent - no_log: true