diff --git a/baseline.yml b/baseline.yml index 4312e5b..42d9d3a 100644 --- a/baseline.yml +++ b/baseline.yml @@ -7,6 +7,9 @@ name: "{{ item.repo }}" repo_url: "{{ item.url }}" loop: "{{ helm_repos }}" + - name: update helm repos + command: helm repo update + changed_when: no - name: install charts community.kubernetes.helm: name: "{{ item.name }}"