From 0d4556c9139961f622cf798e2a6636de38b7e01e Mon Sep 17 00:00:00 2001 From: Robin Mordasiewicz Date: Tue, 4 Jun 2024 20:34:48 -0400 Subject: [PATCH] init container --- src/ansible-galaxy/devcontainer-feature.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/ansible-galaxy/devcontainer-feature.json b/src/ansible-galaxy/devcontainer-feature.json index 79f6cad..581feab 100644 --- a/src/ansible-galaxy/devcontainer-feature.json +++ b/src/ansible-galaxy/devcontainer-feature.json @@ -1,7 +1,4 @@ { - "dependsOn": { - "ghcr.io/devcontainers-contrib/features/ansible": {} - }, "description": "Install ansible galaxy modules", "id": "ansible-galaxy", "name": "Ansible Galaxy Modules", @@ -21,5 +18,5 @@ "type": "string" } }, - "version": "0.0.2" + "version": "0.0.3" }