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