Remove ansible-lint from roles.

This commit is contained in:
Jeff Geerling 2021-03-15 09:27:11 -05:00
parent 5eec6ef54e
commit b1704ce303

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