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