We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a14537 commit e2d4f1fCopy full SHA for e2d4f1f
src/ansible-lint/devcontainer-feature.json
@@ -2,8 +2,11 @@
2
"id": "ansible-lint",
3
"version": "1.0.1",
4
"name": "Ansible Lint (via pipx)",
5
- "documentationURL": "http://github.com/hspaans/devcontainers-features/tree/main/src/ansible-lint",
+ "documentationURL": "http://github.com/hspaans/devcontainer-features/tree/main/src/ansible-lint",
6
"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
+ },
10
"options": {
11
"version": {
12
"default": "latest",
@@ -25,4 +28,4 @@
25
28
"ghcr.io/devcontainers/features/python",
26
29
"ghcr.io/devcontainers-contrib/features/ansible"
27
30
]
-}
31
+}
0 commit comments