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 3e0b830 commit f91f3dc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .ansible-lint
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
skip_list:
- '106'
- 'yaml'
- '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 f91f3dc

Please sign in to comment.