Skip to content

Commit

Permalink
Remove ansible-lint from roles.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Mar 15, 2021
1 parent 27b1955 commit caa0e76
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Expand Up @@ -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
Expand Down

0 comments on commit caa0e76

Please sign in to comment.