Debugging & revert override logic
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
52660e1414
commit
4ba7b590ba
@ -21,10 +21,17 @@
|
|||||||
loop_control:
|
loop_control:
|
||||||
label: "{{ item.key }}"
|
label: "{{ item.key }}"
|
||||||
|
|
||||||
|
- ansible.builtin.command:
|
||||||
|
cmd: ls /opt/metacluster/helm-charts -lashR
|
||||||
|
register: result
|
||||||
|
- ansible.builtin.debug:
|
||||||
|
var: result
|
||||||
|
|
||||||
- name: Parse helm charts for container images
|
- name: Parse helm charts for container images
|
||||||
ansible.builtin.shell:
|
ansible.builtin.shell:
|
||||||
cmd: "{{ item.value.helm.parse_logic }}"
|
cmd: "{{ item.value.helm.parse_logic }}"
|
||||||
chdir: /opt/metacluster/helm-charts/{{ item.value.helm.basedir | default(item.key) }}
|
chdir: /opt/metacluster/helm-charts/{{ item.key }}
|
||||||
|
# chdir: /opt/metacluster/helm-charts/{{ item.value.helm.basedir | default(item.key) }}
|
||||||
register: containerimages
|
register: containerimages
|
||||||
loop: "{{ lookup('ansible.builtin.dict', components) }}"
|
loop: "{{ lookup('ansible.builtin.dict', components) }}"
|
||||||
loop_control:
|
loop_control:
|
||||||
|
Loading…
Reference in New Issue
Block a user