Make ansible-lint work again.

This commit is contained in:
Jeff Geerling 2021-02-22 16:16:32 -06:00
parent 1f873d304b
commit 23da4393cf
3 changed files with 6 additions and 4 deletions

View File

@ -1,4 +1,4 @@
skip_list:
- '405'
- '503'
- '106'
- 'yaml'
- 'no-handler'
- 'role-name'

View File

@ -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: |

2
.gitignore vendored
View File

@ -1,3 +1,5 @@
*.retry
*/__pycache__
*.pyc
.cache