Skip to content

Commit 45d2b88

Browse files
committed
Remove ansible-lint from roles.
1 parent e4e8fd6 commit 45d2b88

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)