diff --git a/test/lib/ansible_test/_internal/commands/integration/cloud/galaxy.py b/test/lib/ansible_test/_internal/commands/integration/cloud/galaxy.py index f7053c8b4ff..426b4a39c2f 100644 --- a/test/lib/ansible_test/_internal/commands/integration/cloud/galaxy.py +++ b/test/lib/ansible_test/_internal/commands/integration/cloud/galaxy.py @@ -98,7 +98,7 @@ class GalaxyProvider(CloudProvider): self.image = os.environ.get( 'ANSIBLE_PULP_CONTAINER', - 'quay.io/pulp/galaxy:4.7.1' + 'quay.io/pulp/galaxy:4.9.0' # https://github.com/ansible/galaxy_ng ) self.uses_docker = True