Add missing ansible dependency in lint workflow.
This commit is contained in:
parent
c196c6fd0b
commit
331a403f62
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
||||
python-version: '3.x'
|
||||
|
||||
- name: Install test dependencies.
|
||||
run: pip3 install yamllint ansible-lint
|
||||
run: pip3 install yamllint ansible ansible-lint
|
||||
|
||||
- name: Lint code.
|
||||
run: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user