Skip to content

Commit

Permalink
Pin ansible version to <2.17 to avoid loop bug (#1837)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stringy authored and ovalenti committed Sep 25, 2024
1 parent 379a582 commit 464de90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ansible/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# TODO: unpin if RHEL 8 VMs on GCP update their python interpreter to 3.7+
# https://github.com/ansible/ansible/blob/v2.17.0/changelogs/CHANGELOG-v2.17.rst#removed-features-previously-deprecated
ansible<10
ansible-core==2.16.10
ansible==9.7.0
# TODO: unpin after https://github.com/docker/docker-py gets a release with
# https://github.com/docker/docker-py/commit/7785ad913ddf2d86478f08278bb2c488d05a29ff
requests==2.31.0
Expand Down
1 change: 1 addition & 0 deletions ansible/requirements.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
collections:
- google.cloud
- community.general
- community.docker
- containers.podman
Expand Down

0 comments on commit 464de90

Please sign in to comment.