Revert debugging;Switch ansible module
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
123518a787
commit
f1c6161bcb
@ -18,7 +18,6 @@ steps:
|
||||
- ovftool --version
|
||||
- packer --version
|
||||
- yamllint --version
|
||||
- yq --version
|
||||
- name: Kubernetes Bootstrap Appliance
|
||||
image: bv11-cr01.bessems.eu/library/packer-extended
|
||||
pull: always
|
||||
|
@ -22,8 +22,8 @@
|
||||
label: "{{ item.key }}"
|
||||
|
||||
- name: Parse helm charts for container images
|
||||
ansible.builtin.command:
|
||||
cmd: "helm template . | yq --no-doc e '.. | .image? | select(.)' - | sort -u"
|
||||
ansible.builtin.shell:
|
||||
cmd: helm template . | yq --no-doc eval '.. | .image? | select(.)' - | sort -u
|
||||
chdir: /opt/metacluster/helm-charts/{{ item.key }}
|
||||
register: containerimages
|
||||
loop: "{{ lookup('ansible.builtin.dict', components) }}"
|
||||
|
Loading…
Reference in New Issue
Block a user