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 206efa92f40..bd550ef2fea 100644 --- a/test/lib/ansible_test/_internal/commands/integration/cloud/galaxy.py +++ b/test/lib/ansible_test/_internal/commands/integration/cloud/galaxy.py @@ -99,7 +99,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