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

Make ansible-lint work again.

parent 9ece16e1
skip_list: skip_list:
- '306' - 'yaml'
- '405' - 'risky-shell-pipe'
- '106' - 'role-name'
...@@ -29,7 +29,7 @@ jobs: ...@@ -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: |
......
*.retry *.retry
*/__pycache__ */__pycache__
*.pyc *.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