Skip to content

Commit e2d4f1f

Browse files
authored
Update devcontainer-feature.json
1 parent 5a14537 commit e2d4f1f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/ansible-lint/devcontainer-feature.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22
"id": "ansible-lint",
33
"version": "1.0.1",
44
"name": "Ansible Lint (via pipx)",
5-
"documentationURL": "http://github.com/hspaans/devcontainers-features/tree/main/src/ansible-lint",
5+
"documentationURL": "http://github.com/hspaans/devcontainer-features/tree/main/src/ansible-lint",
66
"description": "ansible-lint checks playbooks for practices and behavior that could potentially be improved.",
7+
"dependsOn": {
8+
"ghcr.io/devcontainers-contrib/features/ansible:1": {}
9+
},
710
"options": {
811
"version": {
912
"default": "latest",
@@ -25,4 +28,4 @@
2528
"ghcr.io/devcontainers/features/python",
2629
"ghcr.io/devcontainers-contrib/features/ansible"
2730
]
28-
}
31+
}

0 commit comments

Comments
 (0)