build: Fix typo in manifest parser
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
f5ed60fa38
commit
87eb5e0dd7
@ -17,7 +17,7 @@
|
|||||||
- name: Parse pinniped manifests for container images
|
- name: Parse pinniped manifests for container images
|
||||||
ansible.builtin.shell:
|
ansible.builtin.shell:
|
||||||
# The pinniped manifest specify container images with *both* tag and digest; which is not supported by skopeo
|
# The pinniped manifest specify container images with *both* tag and digest; which is not supported by skopeo
|
||||||
cmd: cat {{ item.dest }} | yq --no-doc eval '.. | .image? | select(.)' | awk '!/ /' | sub("@.*", "")
|
cmd: cat {{ item.dest }} | yq --no-doc eval '.. | .image? | select(.) | sub("@.*", "")' | awk '!/ /'
|
||||||
register: pinniped_parsedmanifests
|
register: pinniped_parsedmanifests
|
||||||
loop: "{{ pinniped_manifests.results }}"
|
loop: "{{ pinniped_manifests.results }}"
|
||||||
loop_control:
|
loop_control:
|
||||||
|
Loading…
Reference in New Issue
Block a user