This commit is contained in:
parent
405fb5938f
commit
504764af10
@ -45,7 +45,7 @@
|
||||
- name: Pull and store containerimages
|
||||
ansible.builtin.command:
|
||||
cmd: >-
|
||||
rm -f {{ ( item | regex_findall('[^/:]+'))[-2] }}.tar:{{ item }}; \
|
||||
rm -f {{ ( item | regex_findall('[^/:]+'))[-2] }}.tar; \
|
||||
skopeo copy \
|
||||
docker://{{ item }} \
|
||||
docker-archive:./{{ ( item | regex_findall('[^/:]+'))[-2] }}.tar:{{ item }}
|
||||
|
Loading…
Reference in New Issue
Block a user