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