This commit is contained in:
parent
3a48676ca7
commit
3aa44e0f83
@ -27,7 +27,11 @@
|
|||||||
- name: Install ansible-galaxy collections
|
- name: Install ansible-galaxy collections
|
||||||
ansible.builtin.shell:
|
ansible.builtin.shell:
|
||||||
cmd: ansible-galaxy collection install {{ item }}
|
cmd: ansible-galaxy collection install {{ item }}
|
||||||
|
register: collections
|
||||||
loop: "{{ dependencies.ansible_galaxy_collections }}"
|
loop: "{{ dependencies.ansible_galaxy_collections }}"
|
||||||
|
retries: 5
|
||||||
|
delay: 5
|
||||||
|
until: collections is not failed
|
||||||
|
|
||||||
- name: Install distro packages
|
- name: Install distro packages
|
||||||
ansible.builtin.apt:
|
ansible.builtin.apt:
|
||||||
|
@ -31,7 +31,6 @@
|
|||||||
delay: 5
|
delay: 5
|
||||||
until: helmcharts is not failed
|
until: helmcharts is not failed
|
||||||
|
|
||||||
|
|
||||||
- block:
|
- block:
|
||||||
|
|
||||||
- name: Aggregate chart_values into dict
|
- name: Aggregate chart_values into dict
|
||||||
|
Loading…
Reference in New Issue
Block a user