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: skip_list:
- '405' - 'yaml'
- '503' - 'no-handler'
- '106' - '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