Skip to content
This repository was archived by the owner on Sep 6, 2023. It is now read-only.

Commit 9f56af1

Browse files
committed
Make ansible-lint work again.
1 parent 191ac78 commit 9f56af1

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.ansible-lint

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
skip_list:
2-
- '106'
3-
- '403'
2+
- 'yaml'
3+
- 'role-name'
4+
- 'package-latest'

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
python-version: '3.x'
3030

3131
- name: Install test dependencies.
32-
run: pip3 install yamllint ansible-lint
32+
run: pip3 install yamllint ansible ansible-lint
3333

3434
- name: Lint code.
3535
run: |

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
*.retry
22
*/__pycache__
33
*.pyc
4+
.cache
5+

0 commit comments

Comments
 (0)