This commit is contained in:
@ -37,6 +37,15 @@
|
||||
loop_control:
|
||||
label: "{{ item.source }}"
|
||||
|
||||
- name: Log in to container registry
|
||||
ansible.builtin.shell:
|
||||
cmd: >-
|
||||
skopeo login \
|
||||
docker.io \
|
||||
--username={{ docker_username }} \
|
||||
--password={{ docker_password }}
|
||||
no_log: true
|
||||
|
||||
- name: Pull and store containerimages
|
||||
ansible.builtin.shell:
|
||||
cmd: >-
|
||||
|
Reference in New Issue
Block a user