Skip to content

Commit e876784

Browse files
martinpittrichm
authored andcommitted
ci: Ignore downloaded collections for ansible-lint
This fixes the zillion complaints about posix and other dependent roles.
1 parent 9c2c0e3 commit e876784

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.ansible-lint

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ exclude_paths:
77
- .github/
88
- examples/roles/
99
- .markdownlint.yaml
10+
# downloaded, not ours
11+
- .ansible/collections
1012
kinds:
1113
- yaml: "**/meta/collection-requirements.yml"
1214
- yaml: "**/tests/collection-requirements.yml"

0 commit comments

Comments
 (0)