Make ansible-lint work again.

This commit is contained in:
Jeff Geerling
2021-02-22 16:13:21 -06:00
parent c254e08049
commit 5eec6ef54e
3 changed files with 6 additions and 3 deletions

View File

@@ -29,7 +29,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: |