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 bd550ef2fea..d39a066531e 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.9.0' # https://github.com/ansible/galaxy_ng + 'quay.io/pulp/galaxy:4.9.2' # https://github.com/ansible/galaxy_ng ) self.uses_docker = True