Make ansible-lint work again.

pull/205/merge
Jeff Geerling 3 years ago
parent 3e0b830f84
commit f91f3dc631
  1. 3
      .ansible-lint
  2. 2
      .github/workflows/ci.yml
  3. 2
      .gitignore

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

@ -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

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