Make ansible-lint work again.

This commit is contained in:
Jeff Geerling 2021-02-22 16:12:22 -06:00
parent 4ac7a07fb0
commit cd20a997b0
3 changed files with 5 additions and 2 deletions

View file

@ -1,2 +1,3 @@
skip_list: skip_list:
- '106' - 'yaml'
- 'role-name'

View file

@ -29,7 +29,7 @@ jobs:
python-version: '3.x' python-version: '3.x'
- name: Install test dependencies. - name: Install test dependencies.
run: pip3 install yamllint ansible-lint run: pip3 install yamllint ansible ansible-lint
- name: Lint code. - name: Lint code.
run: | run: |

2
.gitignore vendored
View file

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