Skip to content

Commit 7508584

Browse files
authored
Update Ansible Lint to version 2.0.0 and adjust dependencies (#38)
1 parent 6bc33f2 commit 7508584

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Contents
44

55
This repository contains following features:
6+
67
- [ansible-lint](./src/ansible-lint/README.md): Ansible Lint
78
- [django-upgrade](./src/django-upgrade/README.md): Django-upgrade
89
- [pyadr](./src/pyadr/README.md): Python ADR

src/ansible-lint/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ansible-lint checks playbooks for practices and behavior that could potentially
77

88
```json
99
"features": {
10-
"ghcr.io/hspaans/devcontainer-features/ansible-lint:1": {}
10+
"ghcr.io/hspaans/devcontainer-features/ansible-lint:2": {}
1111
}
1212
```
1313

src/ansible-lint/devcontainer-feature.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "ansible-lint",
3-
"version": "1.0.2",
3+
"version": "2.0.0",
44
"name": "Ansible Lint (via pipx)",
55
"documentationURL": "http://github.com/hspaans/devcontainer-features/tree/master/src/ansible-lint",
66
"licenseURL": "http://github.com/hspaans/devcontainer-features/tree/master/LICENSE",
@@ -22,8 +22,8 @@
2222
}
2323
},
2424
"installsAfter": [
25-
"ghcr.io/devcontainers-contrib/features/pipx-package",
25+
"ghcr.io/devcontainers-extra/features/pipx-package",
2626
"ghcr.io/devcontainers/features/python",
27-
"ghcr.io/devcontainers-contrib/features/ansible"
27+
"ghcr.io/devcontainers-extra/features/ansible"
2828
]
2929
}

src/ansible-lint/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ensure_nanolayer nanolayer_location "v0.5.0"
1414
$nanolayer_location \
1515
install \
1616
devcontainer-feature \
17-
"ghcr.io/devcontainers-contrib/features/pipx-package:1.1.7" \
17+
"ghcr.io/devcontainers-extra/features/pipx-package:1.1.9" \
1818
--option package='ansible-lint' --option injections="$PLUGINS" --option version="$VERSION"
1919

2020

0 commit comments

Comments
 (0)