Skip to content

Commit

Permalink
Upgrade ansible
Browse files Browse the repository at this point in the history
Bug: T374349
  • Loading branch information
vivian-rook committed Sep 9, 2024
1 parent c884e0e commit 0f56807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0f56807

Please sign in to comment.