mirror of
https://github.com/ansible/awx.git
synced 2026-02-24 14:36:00 -03:30
Have helm stable repo before running help repo update
It would be nice if the `helm` ansible module allowed you to just manage helm repos, or maybe a `helm_repo` module... but shell with it ;) Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
This commit is contained in:
@@ -93,6 +93,7 @@
|
|||||||
|
|
||||||
- name: Deploy and Activate Postgres (Kubernetes)
|
- name: Deploy and Activate Postgres (Kubernetes)
|
||||||
shell: |
|
shell: |
|
||||||
|
helm repo add stable https://kubernetes-charts.storage.googleapis.com
|
||||||
helm repo update
|
helm repo update
|
||||||
helm upgrade {{ postgresql_service_name }} \
|
helm upgrade {{ postgresql_service_name }} \
|
||||||
--install \
|
--install \
|
||||||
|
|||||||
Reference in New Issue
Block a user