Skip to content

Commit 3e39e6f

Browse files
committed
test config
1 parent 901b07a commit 3e39e6f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ansible-lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ jobs:
1414
uses: ansible/ansible-lint-action@main
1515
with:
1616
path: "roles/"
17+
1718
# Static: use Ansible Community Edition 4.8.0, with lowest compatible Ansible Core 2.11.6 and use Ansible-lint 5.2.1

.config/ansible-lint.yml renamed to roles/.config/ansible-lint.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
skip_list:
1+
---
2+
3+
warn_list:
24
- command-instead-of-module
35
- command-instead-of-shell
46
- line-length

0 commit comments

Comments
 (0)