Skip to content

Commit 53e3f09

Browse files
committed
Make ansible-lint work again.
1 parent 7e2eb72 commit 53e3f09

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.ansible-lint

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
skip_list:
2-
- '106'
2+
- 'yaml'
3+
- 'role-name'

.github/workflows/ci.yml

+1-1
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

+2
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)