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