summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/apt_repository/tasks/mode_cleanup.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/apt_repository/tasks/mode_cleanup.yaml')
-rw-r--r--test/integration/targets/apt_repository/tasks/mode_cleanup.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/integration/targets/apt_repository/tasks/mode_cleanup.yaml b/test/integration/targets/apt_repository/tasks/mode_cleanup.yaml
new file mode 100644
index 0000000..726de11
--- /dev/null
+++ b/test/integration/targets/apt_repository/tasks/mode_cleanup.yaml
@@ -0,0 +1,7 @@
+---
+# tasks to cleanup after creating a repo file, specifically for testing the 'mode' arg
+
+- name: Delete existing repo
+ file:
+ path: "{{ test_repo_path }}"
+ state: absent \ No newline at end of file