Remove ansible-lint from roles.

pull/211/merge
Jeff Geerling 3 years ago
parent f91f3dc631
commit d3baaf9908
  1. 3
      .github/workflows/ci.yml

@ -29,12 +29,11 @@ jobs:
python-version: '3.x'
- name: Install test dependencies.
run: pip3 install yamllint ansible ansible-lint
run: pip3 install yamllint
- name: Lint code.
run: |
yamllint .
ansible-lint
molecule:
name: Molecule