Remove debugging;Housekeeping;Rename dict

This commit is contained in:
2022-06-27 10:55:17 +02:00
parent 1cdbcaccaf
commit 8f432d3353
6 changed files with 10 additions and 14 deletions

View File

@ -30,9 +30,6 @@
loop_control:
label: "{{ item.key }}"
- ansible.builtin.debug:
var: containerimages
- name: Pull and store containerimages
ansible.builtin.command:
cmd: skopeo copy docker://{{ item }} docker-archive:./{{ ( item | regex_findall('[^/:]+'))[-2] }}.tar:{{ item }}