Skip to content

Commit

Permalink
Update version number and fix typo in devcontainer feature
Browse files Browse the repository at this point in the history
  • Loading branch information
hspaans authored Dec 28, 2023
1 parent 664bbf5 commit cbbada1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "ansible-development-environment",
"version": "1.0.1",
"version": "1.0.0",
"name": "Ansible Development Ennvironment (via pipx)",
"documentationURL": "http://github.com/hspaans/devcontainers-features/tree/main/src/ansible-development-environment",
"description": "A pip-like install for ansible collections.",
Expand Down
2 changes: 1 addition & 1 deletion test/ansible-development-environment/scenarios.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"test": {
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
"features": {
"ansible-development-tools": {}
"ansible-development-environment": {}
}
}
}

0 comments on commit cbbada1

Please sign in to comment.