remove yamllint, add ansible-lint

This commit is contained in:
Marc Bihlmaier 2021-04-06 15:53:00 +02:00
parent be61637a4d
commit 10eed5fb79

View File

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