This commit is contained in:
parent
8eb85e4b11
commit
65346db100
@ -70,10 +70,16 @@
|
||||
loop_control:
|
||||
label: "{{ item | basename }}"
|
||||
|
||||
- debug:
|
||||
var: parsedmanifests
|
||||
|
||||
- name: Store container images
|
||||
ansible.builtin.set_fact:
|
||||
clusterapi_containerimages: "{{ parsedmanifests.results | json_query('results[*].stdout') }}"
|
||||
|
||||
- debug:
|
||||
var: clusterapi_containerimages
|
||||
|
||||
- name: Pull and store containerimages
|
||||
ansible.builtin.shell:
|
||||
cmd: >-
|
||||
|
Loading…
Reference in New Issue
Block a user