Remove ansible-lint from roles.

This commit is contained in:
Jeff Geerling 2021-03-15 09:26:43 -05:00
parent cd20a997b0
commit ac1de6c5ae

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