Skip to content

Commit

Permalink
Make ansible-lint work again.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Feb 22, 2021
1 parent 1f873d3 commit 23da439
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .ansible-lint
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
skip_list:
- '405'
- '503'
- '106'
- 'yaml'
- 'no-handler'
- 'role-name'
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
python-version: '3.x'

- name: Install test dependencies.
run: pip3 install yamllint ansible-lint
run: pip3 install yamllint ansible ansible-lint

- name: Lint code.
run: |
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
*.retry
*/__pycache__
*.pyc
.cache

0 comments on commit 23da439

Please sign in to comment.