From 284993acc83a967266a0ca63dca9aa1da6e1f59e Mon Sep 17 00:00:00 2001 From: Alex Dworjan Date: Fri, 1 Dec 2023 16:06:20 -0500 Subject: [PATCH] addd postStart event for ansible extension --- devfile.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/devfile.yaml b/devfile.yaml index 76e7780..5a0ea01 100644 --- a/devfile.yaml +++ b/devfile.yaml @@ -13,9 +13,12 @@ components: commands: - id: install-ansible-extension exec: - commandLine: 'code-oss --install-extension redhat.ansible' + commandLine: '/checode/checode-linux-libc/bin/remote-cli/code-oss --install-extension redhat.ansible' workingDir: ${PROJECT_SOURCE} group: kind: build isDefault: true component: ansible +events: + postStart: + - "install-ansible-extension"