Skip to content

Commit 29019f4

Browse files
committed
Attempt to get ansible-lint back up and running.
1 parent 3a164a5 commit 29019f4

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.ansible-lint

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

.gitignore

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

.yamllint

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
---
22
extends: default
3+
34
rules:
45
line-length:
56
max: 160
67
level: warning
8+
9+
ignore: |
10+
.github/stale.yml

0 commit comments

Comments
 (0)