Skip to content

Commit e3dfcd3

Browse files
authored
Pin ansible version to <2.17 to avoid loop bug (#1837)
1 parent 221290b commit e3dfcd3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ansible/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# TODO: unpin if RHEL 8 VMs on GCP update their python interpreter to 3.7+
22
# https://github.com/ansible/ansible/blob/v2.17.0/changelogs/CHANGELOG-v2.17.rst#removed-features-previously-deprecated
3-
ansible<10
3+
ansible-core==2.16.10
4+
ansible==9.7.0
45
# TODO: unpin after https://github.com/docker/docker-py gets a release with
56
# https://github.com/docker/docker-py/commit/7785ad913ddf2d86478f08278bb2c488d05a29ff
67
requests==2.31.0

ansible/requirements.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
collections:
3+
- google.cloud
34
- community.general
45
- community.docker
56
- containers.podman

0 commit comments

Comments
 (0)