From 84db3fe19615d79ccfa27aa239e8fb1367ef5de5 Mon Sep 17 00:00:00 2001 From: Alex Dworjan Date: Fri, 1 Dec 2023 16:01:17 -0500 Subject: [PATCH] added auto install of ansible extension --- devfile.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/devfile.yaml b/devfile.yaml index 6228834..76e7780 100644 --- a/devfile.yaml +++ b/devfile.yaml @@ -10,3 +10,12 @@ components: cpuRequest: 250m cpuLimit: 2000m name: ansible +commands: + - id: install-ansible-extension + exec: + commandLine: 'code-oss --install-extension redhat.ansible' + workingDir: ${PROJECT_SOURCE} + group: + kind: build + isDefault: true + component: ansible