blob: 1d1e811bf9048a796e91f00ca7fca13306f66e59 [file] [log] [blame]
---
- name: Remove saved docker images
delegate_to: localhost
file:
path: "{{ item.archive_path }}"
state: absent
loop: "{{ prepare_nexus_images }}"