mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -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:
parent
282d705c43
commit
a984e5df7a
@ -93,6 +93,7 @@
|
||||
|
||||
- name: Deploy and Activate Postgres (Kubernetes)
|
||||
shell: |
|
||||
helm repo add stable https://kubernetes-charts.storage.googleapis.com
|
||||
helm repo update
|
||||
helm upgrade {{ postgresql_service_name }} \
|
||||
--install \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user