diff options
Diffstat (limited to 'ansible/test/roles/cleanup-dns/tasks')
-rw-r--r-- | ansible/test/roles/cleanup-dns/tasks/main.yml | 6 |
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 |