Make ansible-lint work again.

pull/261/head
Jeff Geerling 3 years ago
parent c254e08049
commit 5eec6ef54e
  1. 5
      .ansible-lint
  2. 2
      .github/workflows/ci.yml
  3. 2
      .gitignore

@ -1,3 +1,4 @@
skip_list:
- '306'
- '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: |

2
.gitignore vendored

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

Loading…
Cancel
Save