Skip to content
This repository was archived by the owner on Sep 6, 2023. It is now read-only.

Commit 2b7f034

Browse files
committed
Remove ansible-lint from roles.
1 parent 9f56af1 commit 2b7f034

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,11 @@ jobs:
2929
python-version: '3.x'
3030

3131
- name: Install test dependencies.
32-
run: pip3 install yamllint ansible ansible-lint
32+
run: pip3 install yamllint
3333

3434
- name: Lint code.
3535
run: |
3636
yamllint .
37-
ansible-lint
3837
3938
molecule:
4039
name: Molecule

0 commit comments

Comments
 (0)