Commit 1ccae81a authored by Jeff Geerling's avatar Jeff Geerling

Make ansible-lint work again.

parent 9ece16e1
skip_list:
- '306'
- '405'
- '106'
- 'yaml'
- 'risky-shell-pipe'
- 'role-name'
......@@ -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: |
......
*.retry
*/__pycache__
*.pyc
.cache
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment