Skip to content

Commit

Permalink
Added devcontainer.json file.
Browse files Browse the repository at this point in the history
  • Loading branch information
nseam committed Aug 6, 2024
1 parent a723dd7 commit fef8faf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"image":"mcr.microsoft.com/devcontainers/universal:2",
"onCreateCommand": "sudo apt update && sudo apt install -y pipx && pipx install --include-deps ansible"
}

0 comments on commit fef8faf

Please sign in to comment.