Add missing ansible dependency in lint workflow.

This commit is contained in:
Jeff Geerling 2021-02-18 09:00:54 -06:00
parent c196c6fd0b
commit 331a403f62

View file

@ -23,7 +23,7 @@ jobs:
python-version: '3.x' python-version: '3.x'
- name: Install test dependencies. - name: Install test dependencies.
run: pip3 install yamllint ansible-lint run: pip3 install yamllint ansible ansible-lint
- name: Lint code. - name: Lint code.
run: | run: |