Make ansible-lint work again.

This commit is contained in:
Jeff Geerling 2021-02-22 16:15:09 -06:00
parent 3e0b830f84
commit f91f3dc631
3 changed files with 5 additions and 2 deletions

View File

@ -1,2 +1,3 @@
skip_list:
- '106'
- 'yaml'
- '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