blob: 1d1e811bf9048a796e91f00ca7fca13306f66e59 [file] [log] [blame]
Bartek Grzybowski7238ccf2019-06-13 11:41:24 +02001---
2- name: Remove saved docker images
3 delegate_to: localhost
4 file:
5 path: "{{ item.archive_path }}"
6 state: absent
7 loop: "{{ prepare_nexus_images }}"