summaryrefslogtreecommitdiffstats
path: root/ansible/test/roles/cleanup-dns/tasks/main.yml
blob: 738c354086a430e1a69e8747d3c052ae569176b1 (plain)
1
2
3
4
5
6
---
- name: Remove saved dnsmasq image
  delegate_to: localhost
  file:
    path: /tmp/dnsmasq.tar
    state: absent