Skip to content

Commit

Permalink
Merge pull request #759 from nseam/dev-devcontainer-ansible
Browse files Browse the repository at this point in the history
Added Ansible installation via onCreateCommand.
kenorb authored Aug 7, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 9c7bef1 + c7edd5e commit af76a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -26,7 +26,6 @@
// Features to add to the dev container. More info: https://containers.dev/features.
"features": {
"ghcr.io/devcontainers-contrib/features/actionlint:1": {},
"ghcr.io/devcontainers-contrib/features/ansible:2": {},
"ghcr.io/guiyomh/features/vim:0": {},
"ghcr.io/jungaretti/features/make:1": {},
"ghcr.io/prulloac/devcontainer-features/pre-commit:1": {},
@@ -47,4 +46,5 @@

// Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "vscode",
"onCreateCommand": "sudo apt update && sudo apt install -y pipx && pipx install --include-deps ansible"
}

0 comments on commit af76a93

Please sign in to comment.