summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/setup_remote_tmp_dir/tasks/default-cleanup.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/setup_remote_tmp_dir/tasks/default-cleanup.yml')
-rw-r--r--test/integration/targets/setup_remote_tmp_dir/tasks/default-cleanup.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/integration/targets/setup_remote_tmp_dir/tasks/default-cleanup.yml b/test/integration/targets/setup_remote_tmp_dir/tasks/default-cleanup.yml
new file mode 100644
index 0000000..39872d7
--- /dev/null
+++ b/test/integration/targets/setup_remote_tmp_dir/tasks/default-cleanup.yml
@@ -0,0 +1,5 @@
+- name: delete temporary directory
+ file:
+ path: "{{ remote_tmp_dir }}"
+ state: absent
+ no_log: yes