From ba6f3641c00100ef7ccdcdb2364c8716e1d7a06a Mon Sep 17 00:00:00 2001 From: Francesco Maria Cultrera Date: Sat, 14 Oct 2023 07:32:19 +0000 Subject: [PATCH] Remove version from ansible-galaxy test scenario --- test/ansible-galaxy/scenarios.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ansible-galaxy/scenarios.json b/test/ansible-galaxy/scenarios.json index d482dc7..076ac7b 100644 --- a/test/ansible-galaxy/scenarios.json +++ b/test/ansible-galaxy/scenarios.json @@ -2,7 +2,7 @@ "check_version": { "image": "mcr.microsoft.com/devcontainers/base:ubuntu", "features": { - "ghcr.io/devcontainers-contrib/features/ansible:2": {}, + "ghcr.io/devcontainers-contrib/features/ansible": {}, "ansible-galaxy": { "collections": "cloud.terraform openstack.cloud" }