Skip to content

Commit

Permalink
added auto install of ansible extension
Browse files Browse the repository at this point in the history
  • Loading branch information
adworjan committed Dec 1, 2023
1 parent 08fee4f commit 84db3fe
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 84db3fe

Please sign in to comment.