Remove ansible-lint from roles.

pull/146/head
Jeff Geerling 4 years ago
parent e10cfdaedb
commit e93e175a7e
  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

Loading…
Cancel
Save