community.docker/tests/integration/targets/setup_remote_tmp_dir/tasks/default-cleanup.yml
patchback[bot] a46ad759df
Remove no_log from setup_remote_tmp_dir. (#1263) (#1266)
(cherry picked from commit 42282e7d30)

Co-authored-by: Felix Fontein <felix@fontein.de>
2026-05-30 17:11:49 +02:00

10 lines
290 B
YAML

---
# Copyright (c) Ansible Project
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
# SPDX-License-Identifier: GPL-3.0-or-later
- name: delete temporary directory
file:
path: "{{ remote_tmp_dir }}"
state: absent