We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19a0ce2 commit 42df1d4Copy full SHA for 42df1d4
roles/.ansible-lint renamed to .github/workflows/ansible-lint-config
@@ -1,6 +1,6 @@
1
---
2
3
-warn_list:
+skip_list:
4
- command-instead-of-module
5
- command-instead-of-shell
6
- line-length
.github/workflows/ansible-lint.yml
@@ -9,10 +9,9 @@ jobs:
9
10
steps:
11
- uses: actions/checkout@v2
12
+ - uses: actions/setup-python@v3
13
+ - run: |
14
+ pip3 install ansible-lint
15
+ ansible-lint -p roles/ -c .github/workflows/ansible-lint-config
16
- - name: Lint Ansible Playbook
- uses: ansible/ansible-lint-action@main
- with:
- path: "roles/"
17
-
18
# Static: use Ansible Community Edition 4.8.0, with lowest compatible Ansible Core 2.11.6 and use Ansible-lint 5.2.1
0 commit comments