We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 221290b commit e3dfcd3Copy full SHA for e3dfcd3
ansible/requirements.txt
@@ -1,6 +1,7 @@
1
# TODO: unpin if RHEL 8 VMs on GCP update their python interpreter to 3.7+
2
# https://github.com/ansible/ansible/blob/v2.17.0/changelogs/CHANGELOG-v2.17.rst#removed-features-previously-deprecated
3
-ansible<10
+ansible-core==2.16.10
4
+ansible==9.7.0
5
# TODO: unpin after https://github.com/docker/docker-py gets a release with
6
# https://github.com/docker/docker-py/commit/7785ad913ddf2d86478f08278bb2c488d05a29ff
7
requests==2.31.0
ansible/requirements.yml
@@ -1,5 +1,6 @@
---
collections:
+- google.cloud
- community.general
- community.docker
- containers.podman
0 commit comments