From 0f5680733c2f20217fca2f5caab82ea3e4dfb347 Mon Sep 17 00:00:00 2001 From: Vivian Rook Date: Mon, 9 Sep 2024 07:10:47 -0400 Subject: [PATCH] Upgrade ansible Bug: T374349 --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index af4b3590..e8b60e24 100644 --- a/deploy.sh +++ b/deploy.sh @@ -44,7 +44,7 @@ source secrets-${datacenter}.sh python3 -m venv .venv/deploy source .venv/deploy/bin/activate -pip install ansible==9.6.0 kubernetes==26.1.0 +pip install ansible==10.3.0 kubernetes==26.1.0 # install helm diff. Needed to keep helm module idempotent helm plugin install https://github.com/databus23/helm-diff || true