This commit is contained in:
parent
716818c23c
commit
8eb85e4b11
@ -72,7 +72,7 @@
|
|||||||
|
|
||||||
- name: Store container images
|
- name: Store container images
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
clusterapi_containerimages: parsedmanifests.results | json_query('results[*].stdout')
|
clusterapi_containerimages: "{{ parsedmanifests.results | json_query('results[*].stdout') }}"
|
||||||
|
|
||||||
- name: Pull and store containerimages
|
- name: Pull and store containerimages
|
||||||
ansible.builtin.shell:
|
ansible.builtin.shell:
|
||||||
|
Loading…
Reference in New Issue
Block a user