From 464de908f1886e38d6f198fb459d9e6e74c5951e Mon Sep 17 00:00:00 2001 From: Giles Hutton Date: Wed, 11 Sep 2024 12:09:35 +0100 Subject: [PATCH] Pin ansible version to <2.17 to avoid loop bug (#1837) --- ansible/requirements.txt | 3 ++- ansible/requirements.yml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ansible/requirements.txt b/ansible/requirements.txt index f3638bf419..501495a4fc 100644 --- a/ansible/requirements.txt +++ b/ansible/requirements.txt @@ -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 diff --git a/ansible/requirements.yml b/ansible/requirements.yml index fa0019632b..7b66dbba89 100644 --- a/ansible/requirements.yml +++ b/ansible/requirements.yml @@ -1,5 +1,6 @@ --- collections: +- google.cloud - community.general - community.docker - containers.podman