summaryrefslogtreecommitdiffstats
path: root/ansible/test/roles/cleanup-dns/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/test/roles/cleanup-dns/tasks/main.yml')
-rw-r--r--ansible/test/roles/cleanup-dns/tasks/main.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/ansible/test/roles/cleanup-dns/tasks/main.yml b/ansible/test/roles/cleanup-dns/tasks/main.yml
new file mode 100644
index 00000000..738c3540
--- /dev/null
+++ b/ansible/test/roles/cleanup-dns/tasks/main.yml
@@ -0,0 +1,6 @@
+---
+- name: Remove saved dnsmasq image
+ delegate_to: localhost
+ file:
+ path: /tmp/dnsmasq.tar
+ state: absent