Remove ansible-lint from roles.

This commit is contained in:
Jeff Geerling 2021-03-15 09:29:19 -05:00
parent c44d7cd4da
commit 24aff0960e
1 changed files with 1 additions and 2 deletions

View File

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