summaryrefslogtreecommitdiffstats
path: root/ansible/test/roles/cleanup-nexus/tasks/main.yml
blob: 1d1e811bf9048a796e91f00ca7fca13306f66e59 (plain)
1
2
3
4
5
6
7
---
- name: Remove saved docker images
  delegate_to: localhost
  file:
    path: "{{ item.archive_path }}"
    state: absent
  loop: "{{ prepare_nexus_images }}"